This commit is contained in:
Ilya Tregubov
2023-09-12 10:59:35 +08:00
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -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.
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;