mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-17 11:41:06 +00:00
fix one line dialogs in certain browsers #219
This commit is contained in:
parent
ac32137716
commit
28b7bb99a5
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@
|
|||
.md-dialog-content {
|
||||
padding: 0 24px 24px;
|
||||
flex: 1;
|
||||
flex-basis: auto;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
background: linear-gradient(to bottom, #fff 0, #fff 1px, transparent 1px),
|
||||
|
|
|
|||
Loading…
Reference in a new issue