diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss
index 5de35874c1530a7d73e880eecd1ac4017d48d688..c7c3e947032f2993164611e444831ae815a12345 100644
--- a/themes/finc/scss/compiled.scss
+++ b/themes/finc/scss/compiled.scss
@@ -2360,6 +2360,11 @@ footer ul {
 // FOOTER - END
 
 // MODALS
+//// Prevent transparent lightbox bug -- keep !important to override!
+.modal-dialog .mainbody.left {
+  float: none !important;
+}
+
 //// Set modal width to make better use of the screen
 @media (max-width: $screen-xs-max) {
   .modal-dialog {