We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stick-to-target
1 parent bdbe15a commit 263ca4bCopy full SHA for 263ca4b
packages/vuetify/src/components/VMenu/VMenu.tsx
@@ -58,7 +58,6 @@ export const makeVMenuProps = propsFactory({
58
openDelay: 300,
59
scrim: false,
60
scrollStrategy: 'reposition' as const,
61
- stickToTarget: true,
62
transition: { component: VDialogTransition },
63
}), ['absolute']),
64
}, 'VMenu')
packages/vuetify/src/components/VTooltip/VTooltip.tsx
@@ -35,7 +35,6 @@ export const makeVTooltipProps = propsFactory({
35
origin: 'auto' as const,
36
37
38
39
transition: null,
40
}), [
41
'absolute',
0 commit comments