Skip to content

fix(auth): prevent redundant scrollbar on login page in Firefox#2783

Open
api2062 wants to merge 1 commit intocinnyapp:devfrom
api2062:api2062/2776
Open

fix(auth): prevent redundant scrollbar on login page in Firefox#2783
api2062 wants to merge 1 commit intocinnyapp:devfrom
api2062:api2062/2776

Conversation

@api2062
Copy link
Copy Markdown

@api2062 api2062 commented Mar 15, 2026

Description

Fixes a Firefox-specific UI issue where the login/auth screen shows a redundant scrollbar even when content does not overflow.

The auth layout uses the Scroll component from folds, which can behave as overflow: scroll with thin scrollbars. This can cause Firefox to render a visible scrollbar track unnecessarily.
This change sets overflow: auto on the auth Scroll container so the scrollbar only appears when actual overflow exists.

Fixes #2776

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 15, 2026

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@api2062
Copy link
Copy Markdown
Author

api2062 commented Mar 15, 2026

I have read the CLA Document and I hereby sign the CLA

@api2062
Copy link
Copy Markdown
Author

api2062 commented Mar 15, 2026

recheck

ajbura added a commit to cinnyapp/cla that referenced this pull request Mar 15, 2026
@api2062 api2062 marked this pull request as ready for review March 15, 2026 05:23
@u9000-Nine u9000-Nine self-requested a review March 18, 2026 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redundant scrollbar draw in login screen GUI in Firefox.

2 participants