Skip to content

Commit 4a85dd0

Browse files
committed
fix(VMenu): apply styles to overlay content with v-input as child
resolves #21926
1 parent 5586b2e commit 4a85dd0

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)