From a6570443ea83f676da436d270162269709f36c47 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Thu, 28 Mar 2013 17:52:38 -0400 Subject: [PATCH] give lower z-index to overlays than to buttons. --- css/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/app.css b/css/app.css index 26a3b226c..b7865fcbc 100644 --- a/css/app.css +++ b/css/app.css @@ -1323,6 +1323,7 @@ img.wiki-image { /* Map Controls */ .map-control { + z-index: 100; left:0px; position:absolute; } @@ -1342,6 +1343,7 @@ img.wiki-image { } .map-overlay { + z-index: -1; right: 75%; max-width: 260px; min-width: 210px;