From 7184db9d3a06b3be5a152beed6af3f56e2691a20 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 27 Mar 2019 14:37:17 -0400 Subject: [PATCH] Make sure shaded elements stay in front of everything else --- css/80_app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index a310479d4..f3b4aea1e 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -4352,7 +4352,7 @@ img.tile-debug { } .shaded { - z-index: 49; + z-index: 5000; position: absolute; top: 0; bottom: 0;