Skip to content
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

Window controls overlap nav controls when tabbar autohide=true #494

Closed
3 of 13 tasks
adamp01 opened this issue Oct 24, 2022 · 2 comments
Closed
3 of 13 tasks

Window controls overlap nav controls when tabbar autohide=true #494

adamp01 opened this issue Oct 24, 2022 · 2 comments
Labels
Class::Layout-Others Layout issues except Padding and Size issues Component::Tabbar Tab or tabbar Env::Mac Issues on Mac Issue::Bug Something isn't working

Comments

@adamp01
Copy link
Contributor

adamp01 commented Oct 24, 2022

Describe the bug
On MacOS, the window controls overlap the nav bar controls when the tab bar is set to autohide and is hidden.

Expected behavior
Window controls should autohide with the tab bar.

Screenshots

Screenshot 2022-10-24 at 12 00 33

Environment:

user.js setup
// Your settings

Additional context
Waterfox G5.0.1

@adamp01 adamp01 added the Issue::Bug Something isn't working label Oct 24, 2022
@black7375 black7375 added Env::Mac Issues on Mac Class::Layout-Others Layout issues except Padding and Size issues labels Oct 24, 2022
@black7375
Copy link
Owner

Because of

#TabsToolbar > .titlebar-buttonbox-container > .titlebar-buttonbox {
  appearance: auto;
}

It may take time because it's a bit tricky to deal with.

@black7375
Copy link
Owner

black7375 commented Oct 25, 2022

It's working now.
Thanks for reports.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class::Layout-Others Layout issues except Padding and Size issues Component::Tabbar Tab or tabbar Env::Mac Issues on Mac Issue::Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants