зеркало из https://github.com/twbs/bootstrap.git
Reset z-index on .navbar-expand .offcanvas, plus prevent box-shadow issues (#35153)
This commit is contained in:
Родитель
24e3ca2474
Коммит
b21c7ccbb7
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче