-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
Add option for menubar overlay #457
Comments
Speaking of menubar overlay, this is also what I need for the Bookmarks Toolbar along with the Bookmarks/History Sidebar. Instead of them pushing the page, I need them to just appear/disappear without any page interference. |
@black7375: |
Also need |
Update: I noticed that if |
The way to implement overlap is to make the toolbar container height of zero and adjust the height of the internal elements and backgrounds. I think it can make it work normally if it is 103 or more. |
Does it work with |
Since none of you believe me saying that with_has.mp4with_is.mp4If you still think that I'm just making things up, then why don't you try it on your end? I'm using Waterfox G5 on Windows 11. |
You can see that it works incomplete. Firefox |
It's only normal that the page is moving. After all, I am using View/Hide Bookmarks Toolbar. If you simply leave the Bookmarks Toolbar enabled (e.g., without using View/Hide or Ctrl+Shift+B) and just hover the mouse over the Nav Bar, then there will be no movement in the page. Putting all that aside, I'm not saying that you totally replace |
The content layout should not be moved because toolbar is overlay. But, We can add it as an option as you say. |
Just to clear any misunderstanding, I don't want |
This is a solution of the problem/issue I had when opening this issue
|
It's working, but I simplified it further to this 👇
|
@thunderstone135 Just a few things.
|
I guess it's different between systems because your original code is showing as transparent in mine. When I add a background-color, this is what it looks like 👇
I know, but I don't actually open the Menu Bar when I'm dragging tabs. I guess I placed height there out of preference/habit. |
Putting that aside, thanks to @BPower0036, I was able to create a code for Bookmarks Toolbar that doesn't use
Edit 1: Oh, wait. I'm still using Note: |
Is your feature request related to a problem?
Is it possible that menubar when not always visible and you toggle it via the
Alt
key in Windows it overlays on the tabbar.In stead of moving the tab bar downwards?
The solution I'd like
Screenshots or video
something like this
Alternatives I've considered
Additional context
The text was updated successfully, but these errors were encountered: