mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed modal max-height not working
This commit is contained in:
parent
73e01aafdc
commit
38b128c9b7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue