0
Fork 0
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:
Matthew Harrison-Jones 2013-07-25 11:53:19 +01:00
parent 73e01aafdc
commit 38b128c9b7

View file

@ -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;