Skip to content

fix: hide Settings scrollbar on Windows/Linux#67

Merged
VariableThe merged 2 commits into
mainfrom
fix/hide-settings-scrollbar
Jun 25, 2026
Merged

fix: hide Settings scrollbar on Windows/Linux#67
VariableThe merged 2 commits into
mainfrom
fix/hide-settings-scrollbar

Conversation

@VariableThe

@VariableThe VariableThe commented Jun 25, 2026

Copy link
Copy Markdown
Owner

Summary

The Settings panel's .settings-content area had overflow-y: auto but no scrollbar-hiding rules. macOS overlay scrollbars auto-hide, but Windows/Linux show persistent scrollbars. Added scrollbar-width: none (Firefox), -ms-overflow-style: none (IE/Edge legacy), and ::-webkit-scrollbar { display: none } (Chrome/Safari/Edge Chromium).

Files changed

  • src/Settings.css — added scrollbar-hiding rules to .settings-content
  • CHANGELOG.md — entry for the fix
  • AUDIT_LOG.md — entry for the fix

Summary by CodeRabbit

  • Bug Fixes
    • Hidden the Settings scrollbar on Windows and Linux for a cleaner, more polished experience.
    • Improved scrollbar behavior across major browsers, including Firefox, legacy Edge/IE, and WebKit-based browsers.

@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@VariableThe, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 56 minutes and 36 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d83fcd03-12d5-4a7b-81c2-f3b17a8f8099

📥 Commits

Reviewing files that changed from the base of the PR and between 6252cb7 and d618743.

📒 Files selected for processing (3)
  • AUDIT_LOG.md
  • CHANGELOG.md
  • src/App.css
📝 Walkthrough

Walkthrough

This PR hides the Settings content scrollbar with cross-browser CSS and adds matching entries to CHANGELOG.md and AUDIT_LOG.md.

Changes

Settings scrollbar fix

Layer / File(s) Summary
Scrollbar hiding and release notes
src/Settings.css, CHANGELOG.md, AUDIT_LOG.md
Adds scrollbar-hiding rules for .settings-content and records the fix in the changelog and audit log.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

I hopped through Settings, soft and light,
and hid the scrollbar out of sight.
A tiny CSS nibble, neat and true,
with notes in logs for me and you.
🐰✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: hiding the Settings scrollbar on Windows and Linux.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/hide-settings-scrollbar

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@VariableThe

Copy link
Copy Markdown
Owner Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@VariableThe VariableThe merged commit df57386 into main Jun 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant