mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 13:15:30 +01:00
Force z-order for map to prevent components winding up behind it
This commit is contained in:
parent
d845ed207d
commit
2fa68b2992
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user