From 03b364d3b7e43d8dfe14b36dc388cf21490aecbb Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 23 Sep 2014 12:20:07 +0200 Subject: fix issue that causes the settings menu to overlap the content on 7 --- css/7.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/7.css b/css/7.css index e5b0ceb96..fba2b1e14 100644 --- a/css/7.css +++ b/css/7.css @@ -258,10 +258,11 @@ } #app-content { - z-index: 5000; + z-index: 25; } #app-settings, #expanddiv { - z-index: 2000; + z-index: 6000; } + -- cgit v1.2.3