Remove hardcoded height from dialog
Causing issues of course
This commit is contained in:
parent
89908777a2
commit
4bb625934b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
min-width: $unit * 48;
|
||||
// min-height: $unit-12x;
|
||||
overflow-y: scroll;
|
||||
height: 80vh;
|
||||
// height: 80vh;
|
||||
max-height: 80vh;
|
||||
min-width: 580px;
|
||||
max-width: 42vw;
|
||||
|
|
|
|||
Loading…
Reference in a new issue