Fixed modal max-height not working

This commit is contained in:
Matthew Harrison-Jones 2013-07-25 11:53:19 +01:00
parent 62486acfd1
commit 17c582ce51

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;