From b21c7ccbb7e3d955fd5043aae6d426cef5765dfa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 10 Oct 2021 04:56:35 -0700 Subject: [PATCH] Reset z-index on .navbar-expand .offcanvas, plus prevent box-shadow issues (#35153) --- scss/_navbar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 001dfc988a..f65c9b9dec 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -201,12 +201,13 @@ .offcanvas { position: inherit; bottom: 0; - z-index: 1000; + z-index: auto; flex-grow: 1; visibility: visible !important; // stylelint-disable-line declaration-no-important background-color: transparent; border-right: 0; border-left: 0; + @include box-shadow(none); @include transition(none); transform: none; } -- 2.47.2