2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Reset z-index on .navbar-expand .offcanvas, plus prevent box-shadow issues (#35153)

This commit is contained in:
Mark Otto
2021-10-10 04:56:35 -07:00
committed by GitHub
parent 24e3ca2474
commit b21c7ccbb7
+2 -1
View File
@@ -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;
}