Make sure shaded elements stay in front of everything else

This commit is contained in:
Quincy Morgan
2019-03-27 14:37:17 -04:00
parent 67ca9bf300
commit 7184db9d3a
+1 -1
View File
@@ -4352,7 +4352,7 @@ img.tile-debug {
}
.shaded {
z-index: 49;
z-index: 5000;
position: absolute;
top: 0;
bottom: 0;