fix(app): restore settings panel scrollbars - #37818
Conversation
fix(app): restore settings panel scrollbars
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
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. |
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
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. |
Type of change
What does this PR do?
The settings panel currently hides native scrollbars by using:
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