fix: tooltip position on containers with overflow
This commit is contained in:
@@ -5,5 +5,12 @@ Vue.use(VueTippy, {
|
||||
a11y: false,
|
||||
animateFill: false,
|
||||
arrowType: "round",
|
||||
popperOptions: {
|
||||
modifiers: {
|
||||
preventOverflow: {
|
||||
boundariesElement: "window",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
Vue.component("Tippy", TippyComponent)
|
||||
|
||||
Reference in New Issue
Block a user