Skip to content

Commit

Permalink
fix(VDialog): adjust flex properties for scrollable
Browse files Browse the repository at this point in the history
fixes #6754
  • Loading branch information
johnleider committed Jun 11, 2019
1 parent a82b123 commit 8877942
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/vuetify/src/components/VDialog/VDialog.sass
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,18 @@
> .v-card
display: flex
flex: 1 1 100%
max-width: 100%
flex-direction: column
max-height: 100%
max-width: 100%

> .v-card__title,
> .v-card__actions
flex: 1 0 auto
flex: 0 0 auto

> .v-card__text
overflow-y: auto
backface-visibility: hidden
flex: 1 1 auto
overflow-y: auto

@keyframes animate-dialog
0%
Expand Down

0 comments on commit 8877942

Please sign in to comment.