Skip to content

Commit 66f09ce

Browse files
authored
fix(VSnackbarQueue): avoid stale z-index (#22796)
1 parent 5e6c790 commit 66f09ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vuetify/src/components/VSnackbar/VSnackbar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ export const VSnackbar = genericComponent<VSnackbarSlots>()({
336336
noClickAnimation
337337
scrim={ false }
338338
scrollStrategy="none"
339-
_disableGlobalStack
340339
onTouchstartPassive={ onTouchstart }
341340
onTouchend={ onTouchend }
342341
onAfterLeave={ onAfterLeave }

0 commit comments

Comments
 (0)