Force z-order for map to prevent components winding up behind it

This commit is contained in:
Mike Primm 2011-08-01 09:11:58 -05:00
parent a51bfa7cf4
commit 308dab549e

View file

@ -63,12 +63,13 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
background: #000; background: #000;
z-index: 0;
} }
/* Map Controls */ /* Map Controls */
.gmnoprint{ .gmnoprint{
margin-top:-75px; margin-top:-75px;
margin-left:-20px margin-left:-20px;
} }