floating-vue icon indicating copy to clipboard operation
floating-vue copied to clipboard

ArrowOverflow has no affect

Open JokerMartini opened this issue 1 year ago • 0 comments

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>

JokerMartini avatar Dec 08 '23 20:12 JokerMartini