summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-22 16:29:44 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-22 16:29:44 +0200
commit425e492b4885c504f1dd1c3641add10a368a3b4f (patch)
treeb41539b2292d56f21b97f311ca1a2aee98fa89cb /css
parentd2fd0282a3924b8f62d45f5746e639fac9af0549 (diff)
fix z-index for mobile3.102
Diffstat (limited to 'css')
-rw-r--r--css/7.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/css/7.css b/css/7.css
index c30090a8c..e5b0ceb96 100644
--- a/css/7.css
+++ b/css/7.css
@@ -255,4 +255,13 @@
border-top-left-radius: 0;
border-left: 0;
margin-right: 0;
- } \ No newline at end of file
+ }
+
+#app-content {
+ z-index: 5000;
+}
+
+#app-settings,
+#expanddiv {
+ z-index: 2000;
+}