mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 21:40:48 +00:00
Reset z-index on .navbar-expand .offcanvas, plus prevent box-shadow issues (#35153)
This commit is contained in:
parent
24e3ca2474
commit
b21c7ccbb7
@ -201,12 +201,13 @@
|
|||||||
.offcanvas {
|
.offcanvas {
|
||||||
position: inherit;
|
position: inherit;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 1000;
|
z-index: auto;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
visibility: visible !important; // stylelint-disable-line declaration-no-important
|
visibility: visible !important; // stylelint-disable-line declaration-no-important
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
|
@include box-shadow(none);
|
||||||
@include transition(none);
|
@include transition(none);
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user