From 2fa68b299226f5a5390057144a82501fe0e16160 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Mon, 1 Aug 2011 09:11:58 -0500 Subject: [PATCH] Force z-order for map to prevent components winding up behind it --- web/css/dynmap_style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/css/dynmap_style.css b/web/css/dynmap_style.css index 4b7f3058..2ffdde72 100644 --- a/web/css/dynmap_style.css +++ b/web/css/dynmap_style.css @@ -63,12 +63,13 @@ width: 100%; height: 100%; background: #000; + z-index: 0; } /* Map Controls */ .gmnoprint{ margin-top:-75px; - margin-left:-20px + margin-left:-20px; }