diff --git a/packages/vuetify/src/components/VDialog/VDialog.sass b/packages/vuetify/src/components/VDialog/VDialog.sass index e45e92a08df..3061d59b696 100644 --- a/packages/vuetify/src/components/VDialog/VDialog.sass +++ b/packages/vuetify/src/components/VDialog/VDialog.sass @@ -71,6 +71,12 @@ border-radius: 0 .v-dialog--scrollable > .v-overlay__content + > form + &, + > .v-card + max-height: 100% + max-width: 100% + &, > form &, @@ -78,8 +84,6 @@ display: flex flex: 1 1 100% flex-direction: column - max-height: 100% - max-width: 100% > .v-card > .v-card-text backface-visibility: hidden