From 7a3e4b05fcec0bd5dbb5cfaf0f2654e00b8f8d4b Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 17 Mar 2015 01:08:50 -0400 Subject: [PATCH] move minimap z-index below #bar (and its tooltips) --- css/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 97e90f76a..2eccfbe2d 100644 --- a/css/app.css +++ b/css/app.css @@ -609,7 +609,7 @@ a:hover .icon.out-link { background-position: -500px -14px;} top:0; right:0; height:60px; - z-index: 1; + z-index: 9; min-width: 768px; } @@ -2113,7 +2113,7 @@ img.wiki-image { top: 60px; width: 200px; height: 150px; - z-index: 9; + z-index: 5; background: #000; border: #aaa 1px solid; box-shadow: 0 0 2em black;