From c1f208d74e53561a702f74125a39e2a2204bb9cb Mon Sep 17 00:00:00 2001 From: Jeremy Zhang Date: Fri, 1 Sep 2017 19:24:23 +0000 Subject: [PATCH] Attempt to fix the height sizing of the modal overlay --- webapp/titanembeds/static/css/embedstyle.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/titanembeds/static/css/embedstyle.css b/webapp/titanembeds/static/css/embedstyle.css index efd5d8d..439bf6f 100644 --- a/webapp/titanembeds/static/css/embedstyle.css +++ b/webapp/titanembeds/static/css/embedstyle.css @@ -289,6 +289,10 @@ body > div.navbar-fixed > nav > div { background-color: #546e7a; } +.modal-overlay { + height: auto; +} + .betatag { font-variant: small-caps; font-size: 15px;