From eb0c99e4f13272367a983abac9473b943f065ee1 Mon Sep 17 00:00:00 2001 From: Jesse205 <51242302+Jesse205@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:06:37 +0800 Subject: [PATCH] fix(VDialog): add height to form in fullscreen dialog (#20417) fixes #20416 --- packages/vuetify/src/components/VDialog/VDialog.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/vuetify/src/components/VDialog/VDialog.sass b/packages/vuetify/src/components/VDialog/VDialog.sass index c9aeb41f5e3..9241f6e3bc6 100644 --- a/packages/vuetify/src/components/VDialog/VDialog.sass +++ b/packages/vuetify/src/components/VDialog/VDialog.sass @@ -54,7 +54,6 @@ margin: 0 padding: 0 width: 100% - height: 100% max-width: 100% max-height: 100% overflow-y: auto @@ -63,6 +62,8 @@ &, > form + height: 100% + > .v-card, > .v-sheet min-height: 100%