-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Vertical overflow #24182
Comments
I do not see any scrollbars in https://try.gitea.io/repo/create with Firefox 112 on MacOS. What's your version/os? |
Also in Firefox Developer Edition, 113.0b4, without extensions. |
Just had a thought: as it doesn't happen on my Debian/KDE Firefox installation, where the scrollbars are kind-of-nonexistent, I'll check that out: And sure enough, when scrollbars are automatic, the layout is all right. When set to "Always", the overflow bug is now visible. Should I create a PR with a layout fix? |
Ah, yes I see it as well with "always" scrollbars. Please open a PR so we can test/discuss further. |
@silverwind Pushed. Thanks for taking a look at it! |
Closed by #24184 |
Description
Setting css of a
.container
(in the sitefooter
) and.dashboard .dashboard-navbar
to100vw
causes a vertical overflow in Firefox (v112).On Chrome(ium) it is mitigated with
overflow: overlay
, but it isn't supported on Firefox yet.On the demo site it is visible when creating a repo https://try.gitea.io/repo/create
Propsed change: removing the set width of 100vw on these classes eliminates the need of hacking the vertical overflow on the body (with
overflow-x: hidden;
).Screenshots
Gitea Version
1.19.1
Can you reproduce the bug on the Gitea demo site?
Yes
Operating System
MacOS 12.6.5
Browser Version
112
The text was updated successfully, but these errors were encountered: