Skip to content

fix: remove unnecessary scrollbar from Account page (#1307)fix: remove unnecessary scrollbar from Account page (#1307)Fix account scrollbar issue by changing overflow:hidden to overflow:v…#1465

Merged
jelveh merged 2 commits intoHeyPuter:mainfrom
DHANUSHRAJA22:fix/account-scrollbar
Aug 26, 2025

Conversation

@DHANUSHRAJA22
Copy link
Copy Markdown
Contributor

This PR fixes issue #1307 by removing the unnecessary scrollbar on the Account page.

Changes

  • Changed overflow: hidden to overflow: visible in the account profile picture container
  • This prevents content from being unexpectedly clipped while maintaining the intended layout
  • Removed excessive blank lines to improve code readability

Issue Reference

Fixes #1307

Testing

Tested on the Account settings page to confirm the scrollbar issue is resolved without affecting the overall layout or functionality.

Review Notes

This is a simple CSS overflow property change that addresses the specific scrollbar issue mentioned in the issue. The change is minimal and targeted to avoid any unintended side effects.…isibleFix scrollbar issue by changing overflow:hidden to overflow:visibleUpdate UITabAccount.js

…isibleFix scrollbar issue by changing overflow:hidden to overflow:visibleUpdate UITabAccount.js
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Aug 25, 2025

CLA assistant check
All committers have signed the CLA.

@jelveh
Copy link
Copy Markdown
Contributor

jelveh commented Aug 25, 2025

Hi @DHANUSHRAJA22, could you look into the CLA before I can review and merge this?

@jelveh jelveh merged commit 607b555 into HeyPuter:main Aug 26, 2025
1 check passed
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.

Account page does not need to have a scroll bar

3 participants