Skip to content

fix: remove unnecessary scrollbar from github graph component (#25)#28

Open
priyanshusinha11 wants to merge 1 commit intoVineeTagarwaL-code:mainfrom
priyanshusinha11:priyanshusinha11/fix/github-graph-scrollbar-25
Open

fix: remove unnecessary scrollbar from github graph component (#25)#28
priyanshusinha11 wants to merge 1 commit intoVineeTagarwaL-code:mainfrom
priyanshusinha11:priyanshusinha11/fix/github-graph-scrollbar-25

Conversation

@priyanshusinha11
Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown
Owner

in mobile view it is not fully scrollable

@priyanshusinha11
Copy link
Copy Markdown
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