Skip to content

Fixed unwanted scrollbar issue while keeping scrolling enabled #782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

Adityakishore0
Copy link
Contributor

Description

This PR fixes an issue where an unwanted vertical scrollbar was appearing on the site. The scrollbar is now hidden while keeping the vertical scroll functionality intact. The CSS changes ensure a smooth user experience without affecting other page elements.

Fixes #781

Type of change

  • Bug fix (added a non-breaking change which fixes an issue)
  • New feature (added a non-breaking change which adds functionality)
  • Updated documentation (updated the readme, templates, or other repo files)

How Has This Been Tested?

  • Tested locally in Chrome Developer Tools
  • Verified on different screen sizes
  • Ensured scrolling still works without showing the scrollbar

Checklist:

  • I have checked to make sure no other pull requests are open for this issue
  • The code is properly formatted and is consistent with the existing code style
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings

@DenverCoder1
Copy link
Owner

Thanks for the enthusiasm to contribute :)

I see scrollbars are a useful UI element. It indicates to the user that there is more content below that they can view by scrolling.

Especially in cases where the bottom of the page may be the end of an element and more elements appear below, it can create confusion with the user not being able to see the other elements like the Preview panel.

I'll close this for now, but feel free to bring up ideas for enhancements in the future!

image

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.

Hide Unwanted Vertical Scrollbar While Keeping Scroll Functionality
2 participants