]> git.ipfire.org Git - ipfire.org.git/commitdiff
menu button was not hidden when navigation is open on mobile
authorSven <sven.hoehn@posteo.de>
Mon, 8 May 2017 14:00:45 +0000 (16:00 +0200)
committerSven <sven.hoehn@posteo.de>
Mon, 8 May 2017 14:00:45 +0000 (16:00 +0200)
static/css/style.css

index 0e35e21815794ec8890f3317baf87e8aae588d90..4cd10169c242127e2cca19b5900ee4094951b92f 100644 (file)
@@ -5007,8 +5007,7 @@ a.text-gray-dark:focus, a.text-gray-dark:hover {
       color: #263238; }
     .fixed-top .navbar .navbar-toggler-left {
       left: -12px;
-      top: 8px;
-      z-index: 950; }
+      top: 8px; }
       @media (min-width: 576px) {
         .fixed-top .navbar .navbar-toggler-left {
           top: 17px; } }
@@ -5019,7 +5018,6 @@ a.text-gray-dark:focus, a.text-gray-dark:hover {
   font-size: 20px;
   font-weight: 300;
   opacity: 0;
-  z-index: 950;
   margin: 8px 0 0 96px;
   margin-top: 8px;
   -webkit-transition: opacity .7s linear;