mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Reset z-index on .navbar-expand .offcanvas, plus prevent box-shadow issues (#35153)
This commit is contained in:
parent
24e3ca2474
commit
b21c7ccbb7
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue