Fix max-height of modal

This commit is contained in:
Matthew Ross 2016-09-17 10:27:09 -04:00
parent 371341f3ae
commit c8d9e38f26

View File

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