floating-vue
floating-vue copied to clipboard
ArrowOverflow has no affect
As stated in the docs the arrowOverflow is useful for hiding the arrow. however it appears that when using it on the Component, it has no affect on the arrow.
<VMenu
:triggers="['click']"
placement="bottom-start"
:arrow-overflow="false"
:delay="{ show: 0, hide: 0 }"
>
Hello World
</VMenu>