Skip to content

Commit

Permalink
fix(VDialog): add height to form in fullscreen dialog (#20417)
Browse files Browse the repository at this point in the history
fixes #20416
  • Loading branch information
Jesse205 authored Sep 3, 2024
1 parent 1c40ed4 commit eb0c99e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vuetify/src/components/VDialog/VDialog.sass
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
margin: 0
padding: 0
width: 100%
height: 100%
max-width: 100%
max-height: 100%
overflow-y: auto
Expand All @@ -63,6 +62,8 @@

&,
> form
height: 100%

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

0 comments on commit eb0c99e

Please sign in to comment.