]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #867 from wallabag/zindex-menu-bug
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 14 Oct 2014 17:50:28 +0000 (19:50 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 14 Oct 2014 17:50:28 +0000 (19:50 +0200)
fix z-index-menu mobile view bug #834

themes/baggy/css/main.css

index b775a2916251ae40edbc21f6a7d8de654519d7dc..52ba50f24605a023ae24028062607019e942455e 100755 (executable)
@@ -180,7 +180,7 @@ h2:after {
   padding-top: 9.5em;
   height: 100%;
   box-shadow:inset -4px 0 20px rgba(0,0,0,0.6);
-  z-index: 10;
+  z-index: 15;
 }
 
 #main {