From d6f1565e195c127c5cc1c42c377d331ab578cf48 Mon Sep 17 00:00:00 2001 From: Charles Treece Date: Wed, 3 Jun 2015 23:04:43 -0400 Subject: [PATCH] changed z-index of iframe-croll class to 1 --- public/css/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/main.less b/public/css/main.less index 5187ba93f6..c5e529b6d3 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -1092,7 +1092,7 @@ hr { .iframe-scroll { position: fixed !important; margin-top: 75px; - z-index: 9999; + z-index: 1; } } @media only screen and (max-width: 992px) {