autohide_main_toolbar: Relatively position titlebar instead of tabs

Fixes #342
pull/352/head
MrOtherGuy 8 months ago
parent 250585b5fd
commit 4215caf2b8

@ -21,7 +21,7 @@ See the above repository for updates as well as full license text. */
position: relative; position: relative;
z-index: 2; 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 */ /* Show when toolbox is focused, like when urlbar has received focus */
#navigator-toolbox:focus-within > .browser-toolbar{ #navigator-toolbox:focus-within > .browser-toolbar{

Loading…
Cancel
Save