Skip to content

Commit

Permalink
fix(VDialog): restore scrollable dialog margins
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jan 16, 2025
1 parent 2e0e0f5 commit 39fe86d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/vuetify/src/components/VDialog/VDialog.sass
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,19 @@
border-radius: 0

.v-dialog--scrollable > .v-overlay__content
> form
&,
> .v-card
max-height: 100%
max-width: 100%

&,
> form
&,
> .v-card
display: flex
flex: 1 1 100%
flex-direction: column
max-height: 100%
max-width: 100%

> .v-card > .v-card-text
backface-visibility: hidden
Expand Down

0 comments on commit 39fe86d

Please sign in to comment.