FreeTube
FreeTube copied to clipboard
Fixes #6330: Commented out overflow-x: hidden to resolve scrollbar issue
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 :
After :
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.
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.
This PR was closed because it has been stalled for 14 days with no activity.