From b4d97d83c96d216131bb280276db42613e07a9f5 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 22 Nov 2020 08:27:57 +0200 Subject: [PATCH] work around issue where hovering sidebar-header would show the toolbox --- chrome/autohide_bookmarks_and_main_toolbars.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/autohide_bookmarks_and_main_toolbars.css b/chrome/autohide_bookmarks_and_main_toolbars.css index c9ed535..144581f 100644 --- a/chrome/autohide_bookmarks_and_main_toolbars.css +++ b/chrome/autohide_bookmarks_and_main_toolbars.css @@ -35,6 +35,11 @@ See the above repository for updates as well as full license text. */ visibility: hidden !important } +/* The invisible toolbox will overlap sidebar so we'll work around that here */ +#navigator-toolbox{ pointer-events: none; border-bottom: none !important; } +#PersonalToolbar{ border-bottom: 1px solid var(--chrome-content-separator-color) } +#navigator-toolbox > *{ pointer-events: auto } + /* SELECT TOOLBAR BEHAVIOR */ /* Comment out or delete either one of these to disable that behavior */