Fix: Remove overflow-x: hidden to fix extra scrollbar in settings#8873
Closed
cyphercodes wants to merge 1 commit intoFreeTubeApp:developmentfrom
Closed
Fix: Remove overflow-x: hidden to fix extra scrollbar in settings#8873cyphercodes wants to merge 1 commit intoFreeTubeApp:developmentfrom
cyphercodes wants to merge 1 commit intoFreeTubeApp:developmentfrom
Conversation
efb4f5ff-1298-471a-8973-3d47447115dc
requested changes
Mar 25, 2026
auto-merge was automatically disabled
March 27, 2026 02:01
Head branch was pushed to by a user without write access
This comment was marked as spam.
This comment was marked as spam.
- Remove overflow-x: hidden from default .settingsSections and .switchRow to fix extra vertical scrollbar in certain languages (German, Turkish) - Add overflow-x: hidden back only for screens <= 1200px to prevent horizontal scrollbars on compressed screen sizes Fixes FreeTubeApp#6330
auto-merge was automatically disabled
March 27, 2026 09:15
Head branch was pushed to by a user without write access
This comment was marked as spam.
This comment was marked as spam.
auto-merge was automatically disabled
March 29, 2026 15:50
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Type
Related issue
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:
Testing