Skip to content

Commit

Permalink
Reset z-index on .navbar-expand .offcanvas, plus prevent box-shadow i…
Browse files Browse the repository at this point in the history
…ssues
  • Loading branch information
mdo committed Oct 9, 2021
1 parent c44d64e commit ec49c84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ec49c84

Please sign in to comment.