Skip to content

Conversation

@priyanshusinha11
Copy link

Description

Fixed the unnecessary scrollbar appearing on the GitHub Graph component documentation page by changing the overflow behavior from overflow-y-scroll to overflow-auto.

Fixes #25

Changes Made

  • Modified src/app/docs/components/github-graph/page.tsx
  • Changed overflow-y-scroll to overflow-auto to show scrollbar only when needed

Testing Done

  • Verified the component in development environment
  • Checked both desktop and mobile views
  • Confirmed scrollbar only appears when content overflows

Screenshots

before:
before
after:
after

Additional Notes

The fix maintains all functionality while improving the UI by removing the unnecessary scrollbar.

@vercel
Copy link

vercel bot commented Mar 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
v3cn-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 31, 2025 0:41am

@VineeTagarwaL-code
Copy link
Owner

in mobile view it is not fully scrollable

@priyanshusinha11
Copy link
Author

in mobile view it is not fully scrollable

working on it

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.

[Fix]: Scrollbar on github graph component

2 participants