]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Reset z-index on .navbar-expand .offcanvas, plus prevent box-shadow issues (#35153)
authorMark Otto <markd.otto@gmail.com>
Sun, 10 Oct 2021 11:56:35 +0000 (04:56 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Oct 2021 11:56:35 +0000 (14:56 +0300)
scss/_navbar.scss

index 001dfc988aeea440eb5750832da8ee2efa84cebd..f65c9b9dec06552fce792202c6b9f588ce3cc5fd 100644 (file)
         .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;
         }