From 4215caf2b84db4e5bf4a6c89e11fabeb979dd0b1 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 1 Mar 2024 05:22:15 +0200 Subject: [PATCH] autohide_main_toolbar: Relatively position titlebar instead of tabs Fixes #342 --- chrome/autohide_main_toolbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/autohide_main_toolbar.css b/chrome/autohide_main_toolbar.css index 0ccf3b1..ec2397e 100644 --- a/chrome/autohide_main_toolbar.css +++ b/chrome/autohide_main_toolbar.css @@ -21,7 +21,7 @@ See the above repository for updates as well as full license text. */ position: relative; z-index: 2; } -#TabsToolbar{ position: relative; z-index: 3 } +#titlebar{ position: relative; z-index: 3 } /* Show when toolbox is focused, like when urlbar has received focus */ #navigator-toolbox:focus-within > .browser-toolbar{