Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-23 14:20:07 +0400
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-23 15:04:07 +0400
commit03b364d3b7e43d8dfe14b36dc388cf21490aecbb (patch)
treed91e4b6651f043d57104eed4a2db83f1cac6c033
parentfd29b5a96f82160188923b709cdf18560841950a (diff)
fix issue that causes the settings menu to overlap the content on 7
-rw-r--r--css/7.css5
1 files 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;
}
+