From b83f788e4d4b7625a7a01d3332e581c496a2e1d4 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 26 Oct 2024 10:40:47 +0300 Subject: [PATCH] autohide bookmarks toolbar: increase toolbox z-index Needed in fx133, because otherwise web-content would be drawn over bookmarks --- chrome/autohide_bookmarks_toolbar.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chrome/autohide_bookmarks_toolbar.css b/chrome/autohide_bookmarks_toolbar.css index db7ca4f..6c7a2b2 100644 --- a/chrome/autohide_bookmarks_toolbar.css +++ b/chrome/autohide_bookmarks_toolbar.css @@ -53,7 +53,9 @@ See the above repository for updates as well as full license text. */ #navigator-toolbox:hover > #nav-bar:focus-within + #PersonalToolbar { transform: rotateX(0); } - +#navigator-toolbox{ + --browser-area-z-index-toolbox: 3; +} /* Uncomment to enable compatibility for multi-row_bookmarks.css */ /* This would break buttons placed in the toolbar but that is likely not happening if you are using multi-row setup */ /*