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

Tab bar broken in fullscreen #1045

Open
2 of 9 tasks
elleybean opened this issue Dec 3, 2024 · 3 comments
Open
2 of 9 tasks

Tab bar broken in fullscreen #1045

elleybean opened this issue Dec 3, 2024 · 3 comments
Labels
Issue::Bug Something isn't working

Comments

@elleybean
Copy link

Describe the bug

Beginning for me in Firefox v133, the tool bar expands and shoves the title bar off the top of the screen in fullscreen windows on the latest stable macOS.

This occurs when a new window is put into fullscreen mode. If already in a fullscreen window and opening a new fullscreen window, it behaves as expected until switching virtual desktops.

Expected behavior

Top bar appears only as in the first screenshot and never as in the second screenshot.

Screenshots

Screenshot 2024-12-03 at 1 45 18 PM Screenshot 2024-12-03 at 1 45 12 PM

OS

Mac OS

OS - Others

No response

Firefox Version

v133

Distribution

Theme

Theme - More Info

No response

user.js setup

user.js setup
// Your settings

Additional context

No response

@elleybean elleybean added the Issue::Bug Something isn't working label Dec 3, 2024
@ajchow66
Copy link

ajchow66 commented Dec 5, 2024

Confirming this issue is also appears for the proton style.

It looks like only checking the option to hide toolbars in fullscreen avoids this problem, since the tab bar shows up normally with this option.

@rockenren
Copy link

Confirming on macOS 14.7.2.

@axelberardino
Copy link

axelberardino commented Dec 18, 2024

Got the same issue.

You can temporarily fix this issue by adding that at the end of the leptonChrome.css css:

toolbar {
  min-width: 1px;
  min-height: 32px;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue::Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants