From 2046d188802728a3a58b82715db944adce2385cb Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 21 Mar 2021 08:33:34 +0200 Subject: [PATCH] sidebar-box needs to be position:relative --- chrome/autohide_bookmarks_and_main_toolbars.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/autohide_bookmarks_and_main_toolbars.css b/chrome/autohide_bookmarks_and_main_toolbars.css index ce780aa..65efdfb 100644 --- a/chrome/autohide_bookmarks_and_main_toolbars.css +++ b/chrome/autohide_bookmarks_and_main_toolbars.css @@ -46,6 +46,8 @@ See the above repository for updates as well as full license text. */ #PersonalToolbar{ border-bottom: 1px solid var(--chrome-content-separator-color) } #navigator-toolbox > *{ pointer-events: auto } +#sidebar-box{ position: relative } + /* SELECT TOOLBAR BEHAVIOR */ /* Comment out or delete one of these to disable that behavior */