-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FF135 Menu bar not overlaying as before #510
Comments
Both hide_tabs_toolbar.css and window_control_placeholder_support.css are indeed deprecated and should only be used with old ESR 128 version of Firefox. Use hide_tabs_toolbar_v2.css instead, and if you want the menubar to appear as overlay, then also add overlay_menubar.css |
Replaced those 2 with v2, the overlay_menubar is still visually overlapping with the navbar buttons (back/forward, refresh), any suggestions? |
Well, sure but only when you hit Alt and menubar becomes temporarily visible. What do you want to happen? A picture, even some paint sketch would probably help. |
I see... It is supposed to have a background that is derived from your Firefox theme. It uses the same color as the background of the main menu popup. |
The menu bar used to overlay nicely on the top left of the navigation bar when alt was pressed, but since FF135 it stopped working as before and now, the menu bar appears above navbar when alt is toggled.
I couldn't remember which snippets I had enabled, but checking userChrome.css showed I had:
window_control_placeholder_support.css
hide_tabs_toolbar.css
Seemed like nothing related to menubar which I thought was odd.
I added overlay_menubar.css as the name sounded like what I wanted, but the menu appears directly on top of the buttons with no background.
Also tried hide_tabs_toolbar_v2.css as I saw some other issues that said the old one is deprecated.
My screenshot tool isn't able to capture this because the menu bar disappears once focus is changed.
Not a huge deal if it can't be solved, it was just nice how it looked before.
The text was updated successfully, but these errors were encountered: