From a14df4917b278f13ab6fad2eab7420369f947b72 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 19 Aug 2019 12:35:00 +0200 Subject: [PATCH] fixed zindex's for main-header / brand-link --- build/scss/_layout.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/scss/_layout.scss b/build/scss/_layout.scss index 4f0f68dc5..30cc106be 100644 --- a/build/scss/_layout.scss +++ b/build/scss/_layout.scss @@ -70,7 +70,7 @@ body, top: 0; transition: width $transition-speed $transition-fn; width: $sidebar-width; - z-index: $zindex-main-sidebar + 1; + z-index: $zindex-main-header + 1; } // Sidebar variants brand-link fix @@ -93,7 +93,7 @@ body, position: fixed; right: 0; top: 0; - z-index: $zindex-main-sidebar - 1; + z-index: $zindex-main-header - 1; } } @@ -154,7 +154,7 @@ body, top: 0; transition: width $transition-speed $transition-fn; width: $sidebar-width; - z-index: $zindex-main-sidebar + 1; + z-index: $zindex-main-header + 1; } // Sidebar variants brand-link fix