diff --git a/chrome/autohide_menubar.css b/chrome/autohide_menubar.css index 3756bdd..227540a 100644 --- a/chrome/autohide_menubar.css +++ b/chrome/autohide_menubar.css @@ -5,6 +5,9 @@ See the above repository for updates as well as full license text. */ /* Menubar will be shown when cursor touches top of the spacers on both side of tabs. Window controls will be in menubar, so they are automatically hidden */ /* Make sure you have menubar enabled */ +#nav-bar-customization-target, +#PanelUI-button, +#nav-bar-overflow-button, #TabsToolbar > .toolbar-items{ position: relative; z-index: 5; } #toolbar-menubar > spacer{ flex-grow: 1 } @@ -29,4 +32,7 @@ See the above repository for updates as well as full license text. */ background-color: var(--toolbar-bgcolor) !important; margin-top: 0px; z-index: 6 -} \ No newline at end of file +} + +/* This exists only for compatibility reasons with some other styles */ +#navigator-toolbox{ --uc-hide-window-control-space: 0 } \ No newline at end of file