From b6136b9a7c7e08ea36b60475cabc1d41449ae1ba Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 15 Mar 2015 22:58:25 -0400 Subject: [PATCH] fix z-index for modals to be above sidebar, map-in-map --- css/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index d41276d04..a92b75a82 100644 --- a/css/app.css +++ b/css/app.css @@ -655,7 +655,7 @@ a:hover .icon.out-link { background-position: -500px -14px;} right: 0; top: 0; height: 59px; - z-index: 3; + z-index: 50; } .footer { @@ -2295,7 +2295,7 @@ img.wiki-image { left: 0; right: 0; margin: auto; - z-index: 3; + z-index: 50; } .modal .loader { @@ -2307,7 +2307,7 @@ img.wiki-image { } .shaded { - z-index: 2; + z-index: 49; position: absolute; top: 0; bottom: 0;