Fix extension drawers with top panel
This commit is contained in:
parent
a805099822
commit
5ff8b85262
|
@ -3373,7 +3373,8 @@ a {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body:has(.drawer-content.maximized) #top-settings-holder:has(.drawer-content.openDrawer:not(.fillLeft):not(.fillRight)) {
|
body:has(.drawer-content.maximized) #top-settings-holder:has(.drawer-content.openDrawer:not(.fillLeft):not(.fillRight)),
|
||||||
|
body:has(.drawer-content.open) #top-settings-holder:has(.drawer-content.openDrawer:not(.fillLeft):not(.fillRight)) {
|
||||||
z-index: 4005;
|
z-index: 4005;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue