autohide bookmarks toolbar: increase z-index to 4

with z-index 3 the (non-revamp) sidebar splitter would be drawn
on top of bookmarks toolbar
This commit is contained in:
MrOtherGuy
2024-10-27 19:16:30 +02:00
parent b83f788e4d
commit 008c504621

View File

@@ -54,7 +54,7 @@ See the above repository for updates as well as full license text. */
transform: rotateX(0);
}
#navigator-toolbox{
--browser-area-z-index-toolbox: 3;
--browser-area-z-index-toolbox: 4;
}
/* 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 */