From 5ff8b852620caaf7873ef6dab25184e772975b48 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 19 Mar 2024 03:00:15 +0200 Subject: [PATCH] Fix extension drawers with top panel --- public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 17da3b883..5eae58cab 100644 --- a/public/style.css +++ b/public/style.css @@ -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; }