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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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;
}