Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show scrollbar when necessary (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 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
- Loading branch information