From ccc7af1f2412cd1bfe5526ce7301a7dee0ca859a Mon Sep 17 00:00:00 2001 From: Jan Kuri Date: Sun, 29 Oct 2017 04:39:36 +0100 Subject: [PATCH] fix(style): header z-index --- src/app/styles/nav.sass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/styles/nav.sass b/src/app/styles/nav.sass index c792f7b00..b91f71342 100644 --- a/src/app/styles/nav.sass +++ b/src/app/styles/nav.sass @@ -4,7 +4,6 @@ z-index: 90 !important background-color: $white position: relative - box-shadow: 1px 2px 5px rgba($black, 0.1) .nav-logo margin-left: -10px @@ -208,7 +207,7 @@ padding-bottom: 30px display: flex align-items: center - z-index: 95 !important + z-index: 80 !important box-shadow: 1px 2px 5px rgba($black, 0.1) border-bottom: none height: 50px