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

Set overflow to auto to display scrollbar only when necessary #268

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

jprinet
Copy link
Contributor

@jprinet jprinet commented Mar 22, 2023

fixes https://issues.jenkins.io/browse/JENKINS-70836

There is an option to always show scroll bars on MacOS:
Screenshot 2023-03-22 at 3 36 39 PM

With this enabled, the summary page starts showing useless scrollbars:
Screenshot 2023-03-22 at 4 01 04 PM

To fix this, the overflow parameter should be set to auto as described in the documentation:
Screenshot 2023-03-22 at 4 01 57 PM

@c00ler c00ler self-requested a review March 22, 2023 15:07
@c00ler c00ler self-assigned this Mar 22, 2023
@c00ler c00ler requested review from welandaz and guylabs March 22, 2023 15:07
@c00ler c00ler added the bugfix label Mar 22, 2023
@c00ler c00ler merged commit 211d6e1 into jenkinsci:master Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants