floating-vue
floating-vue copied to clipboard
Bottom position as fallback
Is there any way to configure v-tooltip to change direction to top/bottom if default left/right overflows on both sides?
Expected fallback order:
- Position on right
- If right overflows position left
- If both right and left overflows position on top/bottom.
I know first two work with flip: true. I want to know how I can achieve number 3.