From 1a3dd1a898c26fcecfa27b9a37a00f95e667d10b Mon Sep 17 00:00:00 2001 From: hanool <29415530+hanool@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:54:26 +0900 Subject: [PATCH] fix(VMenu): apply styles to overlay content with v-input as child resolves #21926 --- packages/vuetify/src/components/VMenu/VMenu.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/vuetify/src/components/VMenu/VMenu.sass b/packages/vuetify/src/components/VMenu/VMenu.sass index bb2776d54e4..f44822f4407 100644 --- a/packages/vuetify/src/components/VMenu/VMenu.sass +++ b/packages/vuetify/src/components/VMenu/VMenu.sass @@ -10,7 +10,8 @@ > .v-card, > .v-sheet, - > .v-list + > .v-list, + > .v-input background: rgb(var(--v-theme-surface)) border-radius: inherit overflow: auto