Skip to content

fix(app): restore settings panel scrollbars - #37818

Closed
henderson-01 wants to merge 1 commit into
anomalyco:devfrom
henderson-01:patch-1
Closed

fix(app): restore settings panel scrollbars#37818
henderson-01 wants to merge 1 commit into
anomalyco:devfrom
henderson-01:patch-1

Conversation

@henderson-01

Copy link
Copy Markdown

Type of change

  • Bug fix

What does this PR do?

The settings panel currently hides native scrollbars by using:

  • scrollbar-width: none
  • ::-webkit-scrollbar { display: none; }

This PR removes those rules so native scrollbars are no longer explicitly hidden when the settings panel overflows.

How did you verify your code works?

I wasn't able to test the desktop app locally. Since this change only removes the CSS rules that hide the scrollbar, I'd appreciate confirmation from a maintainer that it resolves the issue on macOS.

Screenshots/recordings

None.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

fix(app): restore settings panel scrollbars
@github-actions github-actions Bot added the needs:compliance This means the issue will auto-close after 2 hours. label Jul 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.
  • Not all checklist items are checked. Please confirm you have tested locally and have not included unrelated changes.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions

Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions

Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

Potential Duplicate Found:

Why it's related: This PR addresses the same issue—revealing scrollbars in the settings panel. PR #35555 specifically mentions enabling scrollbars for keyboard navigation and devices without scroll functionality, while PR #37818 removes the CSS rules that hide scrollbars. Check if #35555 was already merged or closed, as it may have already resolved this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs:compliance This means the issue will auto-close after 2 hours. needs:issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant