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

Show scrollbar when necessary #20142

Merged
merged 3 commits into from
Jun 27, 2022
Merged

Commits on Jun 26, 2022

  1. Show scrollbar when necessary

    - 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
    Gusted committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    f46a0af View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fix-default-scrollbar

    Gusted authored Jun 26, 2022
    Configuration menu
    Copy the full SHA
    d7855c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    8a155ab View commit details
    Browse the repository at this point in the history