mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Fixed modal max-height not working
This commit is contained in:
parent
62486acfd1
commit
17c582ce51
@ -914,7 +914,7 @@ body.blur > *:not(#modal-container) {
|
||||
|
||||
%modal, .modal {
|
||||
@include box-sizing(border-box);
|
||||
max-height: calc(100%-80px);
|
||||
max-height: 90%;
|
||||
width: 450px;
|
||||
padding: 0px;
|
||||
background: #FFFFFF;
|
||||
|
Loading…
Reference in New Issue
Block a user