Skip to content

Commit

Permalink
Revert "fix(VDialog): add height to form in fullscreen dialog (#20417)"
Browse files Browse the repository at this point in the history
This reverts commit eb0c99e.
  • Loading branch information
Jesse205 committed Oct 3, 2024
1 parent 51ce041 commit df415a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vuetify/src/components/VDialog/VDialog.sass
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
margin: 0
padding: 0
width: 100%
height: 100%
max-width: 100%
max-height: 100%
overflow-y: auto
Expand All @@ -66,8 +67,6 @@

&,
> form
height: 100%

> .v-card,
> .v-sheet
min-height: 100%
Expand Down

0 comments on commit df415a2

Please sign in to comment.