Replies: 1 comment
-
Maybe set boundary element. REF
I tried to set the config while using nuxt, but encountered a problem. REF |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi! Thank you for all the work to create floating vue!
I am using the v-tooltip directive on a website that has a floating header, and one issue I'm running into is when I use auto positioning for the popover, if the size of the popover still fits within the space above the element, it will appear behind the floating header. Is there a way to add a custom value so if the tooltip will appear within the space defined by the header, it will automatically flip to the down position?
I know that floating vue uses Floating UI as for the popper positioning, and in their documentation there is a "detectOverflow" option to "add padding" to the boundary to detect for overflow. Is this an option that is available for us to change within floating vue?
Beta Was this translation helpful? Give feedback.
All reactions