-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Unnecessary horizontal scrollbar arrows on Firefox #20139
Comments
Etzelia also reported it on discord #general some time ago. Maybe different Firefox version, or OS? |
I noticed that problem too. Firefox 101.0.1 on Windows |
I'm on Linux, no issue. It could be on windows that when |
Yep, works with Edit: Tested it with a small screensize too and the scrollbar works as intended. |
There is a display difference between Firefox on Linux and Windows? |
Yeah browsers tend to do that(historical reasons). Ah well, luckily that doesn't beat me and |
- Firefox on Windows will unconditionally show scrollbars when you specify `overflow: scroll`. This is bad behavior, as you don't always need the scrollbar. Changing the scroll value to auto fixes this issue and only shows the scrollbar when necessary. - Resolves go-gitea#20139
- Backport go-gitea#20142 - Firefox on Windows will unconditionally show scrollbars when you specify `overflow: scroll`. This is bad behavior, as you don't always need the scrollbar. Changing the scroll value to auto fixes this issue and only shows the scrollbar when necessary. - Resolves go-gitea#20139
- Firefox on Windows will unconditionally show scrollbars when you specify `overflow: scroll`. This is bad behavior, as you don't always need the scrollbar. Changing the scroll value to auto fixes this issue and only shows the scrollbar when necessary. - Resolves #20139 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
- Firefox on Windows will unconditionally show scrollbars when you specify `overflow: scroll`. This is bad behavior, as you don't always need the scrollbar. Changing the scroll value to auto fixes this issue and only shows the scrollbar when necessary. - Resolves go-gitea#20139 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Description
On Firefox, some pages show unnecessary horizontal scrollbar arrows. This does not happen on Chrome.
Screenshots
Firefox:
Chrome:
Gitea Version
1.18.0+dev-37-g711cbcce8
Can you reproduce the bug on the Gitea demo site?
Yes
Operating System
Windows 10 21H2
Browser Version
101.0.1
The text was updated successfully, but these errors were encountered: