Fix extension drawers with top panel

This commit is contained in:
Cohee 2024-03-19 03:00:15 +02:00
parent a805099822
commit 5ff8b85262
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}