Fix max-height of modal
This commit is contained in:
parent
371341f3ae
commit
c8d9e38f26
@ -29,7 +29,7 @@
|
||||
|
||||
background-color: $white;
|
||||
left: calc(50% - 200px);
|
||||
max-height: calc(100% - 10em);
|
||||
max-height: calc(100% - 20em);
|
||||
max-width: 100%;
|
||||
min-height: 10em;
|
||||
overflow-y: auto;
|
||||
|
Reference in New Issue
Block a user