Merge branch 'MDL-79099' of https://github.com/paulholden/moodle
This commit is contained in:
@@ -224,7 +224,8 @@ $right-drawer-width: 320px;
|
||||
@include media-breakpoint-up(lg) {
|
||||
.drawer {
|
||||
// Make sure that in large screens the drawer goes under the drop down menus.
|
||||
z-index: $zindex-dropdown - 1;
|
||||
z-index: inherit;
|
||||
|
||||
// Workaround to display the skip link elements from the blocks drawer infront of the navbar.
|
||||
// As the skip link is in a fixed position and z-index for this element is ignored
|
||||
// then it is hidden behind the top navbar.
|
||||
|
||||
@@ -30135,7 +30135,7 @@ body.drawer-ease {
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.drawer {
|
||||
z-index: 999;
|
||||
z-index: inherit;
|
||||
}
|
||||
.drawer#theme_boost-drawers-blocks:focus-within {
|
||||
z-index: 1031;
|
||||
|
||||
@@ -30135,7 +30135,7 @@ body.drawer-ease {
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.drawer {
|
||||
z-index: 999;
|
||||
z-index: inherit;
|
||||
}
|
||||
.drawer#theme_boost-drawers-blocks:focus-within {
|
||||
z-index: 1031;
|
||||
|
||||
Reference in New Issue
Block a user