Attempt to fix the height sizing of the modal overlay

This commit is contained in:
Jeremy Zhang 2017-09-01 19:24:23 +00:00
parent 93cc797aac
commit c1f208d74e

View File

@ -289,6 +289,10 @@ body > div.navbar-fixed > nav > div {
background-color: #546e7a; background-color: #546e7a;
} }
.modal-overlay {
height: auto;
}
.betatag { .betatag {
font-variant: small-caps; font-variant: small-caps;
font-size: 15px; font-size: 15px;