Open
Description
skidding
property does not work with VMenu
<VMenu
v-if="menuHidden"
:triggers="['click', 'hover', 'focus', 'touch']"
:auto-hide="false"
:skidding="-22"
:distance="-2"
:arrow-padding="8"
>
<a
href="///"
class="app-menu__toggle"
ref="appMenuToggle"
@click.prevent
>
<fa icon="bars" />
</a>
<template #popper="{ hide }">
<div class="app-menu__toggle-menu">
... popover content
</div>
</template>
</VMenu>
I checked negative and positive values, nothing changes. This is also a problem with arrow-padding
.
distance
works fine
floating-vue version: 5.2.2
vue version: 3.5.13
Metadata
Metadata
Assignees
Labels
No labels