FreeTube icon indicating copy to clipboard operation
FreeTube copied to clipboard

Fixes #6330: Commented out overflow-x: hidden to resolve scrollbar issue

Open sullivanlng opened this issue 11 months ago • 1 comments

Title

Fix unnecessary vertical scrollbar in settings page

Pull Request Type

  • [x] Bugfix
  • [ ] Feature Implementation
  • [ ] Documentation
  • [ ] Other

Related issue

closes #6330

Description

This pull request fixes an issue where an unnecessary vertical scrollbar appeared in the settings page for certain languages (e.g., German, Turkish).

Changes made:

  • Commented out the overflow-x: hidden property in .settingsSections and .switchRow within the Settings.css file.

Screenshots

Before : 20250121_CAP_Bug

After : 20250121_CAP_BugFix

Testing

Approach:

  • Tested across multiple languages that previously showed the issue (German, Polish, Turkish).
  • Used the toggle device bar to simulate different screen sizes and validate responsive behavior.

Behavior Confirmed:

  • The scrollbar no longer appears unnecessarily.
  • No new horizontal scrollbars were introduced as a side effect.

Desktop

  • OS: Windows 11
  • OS Version: 23H2
  • FreeTube version: 0.22.1

Additional context

  • Left the commented code in place to make reactivation easier, if needed in the future.

sullivanlng avatar Jan 27 '25 16:01 sullivanlng

This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.

github-actions[bot] avatar Feb 11 '25 01:02 github-actions[bot]

This PR was closed because it has been stalled for 14 days with no activity.

github-actions[bot] avatar Mar 04 '25 02:03 github-actions[bot]