From: Mark Otto Date: Sun, 10 Oct 2021 11:56:35 +0000 (-0700) Subject: Reset z-index on .navbar-expand .offcanvas, plus prevent box-shadow issues (#35153) X-Git-Tag: v5.2.0-beta1~464 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b21c7ccbb7e3d955fd5043aae6d426cef5765dfa;p=thirdparty%2Fbootstrap.git Reset z-index on .navbar-expand .offcanvas, plus prevent box-shadow issues (#35153) --- 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; }