Skip to content

Commit 263ca4b

Browse files
J-SekKaelWD
authored andcommitted
fix(VMenu, VTooltip): default to stick-to-target false
fixes #22055
1 parent bdbe15a commit 263ca4b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/vuetify/src/components/VMenu/VMenu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export const makeVMenuProps = propsFactory({
5858
openDelay: 300,
5959
scrim: false,
6060
scrollStrategy: 'reposition' as const,
61-
stickToTarget: true,
6261
transition: { component: VDialogTransition },
6362
}), ['absolute']),
6463
}, 'VMenu')

packages/vuetify/src/components/VTooltip/VTooltip.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export const makeVTooltipProps = propsFactory({
3535
origin: 'auto' as const,
3636
scrim: false,
3737
scrollStrategy: 'reposition' as const,
38-
stickToTarget: true,
3938
transition: null,
4039
}), [
4140
'absolute',

0 commit comments

Comments
 (0)