Skip to content

Commit 8de97da

Browse files
committed
fix(VMenu): apply styles to overlay content with v-input as child
resolves #21926
1 parent a2249c2 commit 8de97da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/vuetify/src/components/VMenu/VMenu.sass

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
> .v-card,
1212
> .v-sheet,
13-
> .v-list
13+
> .v-list,
14+
> .v-input
1415
background: rgb(var(--v-theme-surface))
1516
border-radius: inherit
1617
overflow: auto

0 commit comments

Comments
 (0)