autohide_main_toolbar: Relatively position titlebar instead of tabs

Fixes #342
This commit is contained in:
MrOtherGuy
2024-03-01 05:22:15 +02:00
parent 250585b5fd
commit 4215caf2b8

View File

@@ -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{