From 6fb9c768c2d36317ea0aa2b84b6d8dae937e1d88 Mon Sep 17 00:00:00 2001 From: Sven Date: Mon, 8 May 2017 16:00:45 +0200 Subject: [PATCH] menu button was not hidden when navigation is open on mobile --- static/css/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 0e35e218..4cd10169 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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; -- 2.47.3