Skip to content

fix: make navbar remain visible during page scrolling #5320

Merged
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
Sargam-Ghagre:fix-sticky-navbar
Jun 12, 2026
Merged

fix: make navbar remain visible during page scrolling #5320
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
Sargam-Ghagre:fix-sticky-navbar

Conversation

@Sargam-Ghagre

Copy link
Copy Markdown
Contributor

Related Issue

Closes #5291

Description

This PR fixes the issue where the navbar disappeared while scrolling through the page, requiring users to scroll back to the top to access navigation options.

Changes Made

  • Made the navbar sticky so it remains visible during scrolling.
  • Added proper top positioning and z-index to keep the navbar accessible above page content.
  • Preserved existing navbar functionality and responsive behavior across different screen sizes.

Before -

Screen.Recording.2026-06-11.230802.mp4

After -

Screen.Recording.2026-06-12.090505.mp4

Expected Result

Users can now access the navigation bar at any point while scrolling, resulting in a smoother and more accessible browsing experience.

Testing

  • Verified that the navbar remains visible while scrolling.
  • Confirmed navigation links continue to work correctly.
  • Tested responsive behavior on desktop and mobile layouts.
  • Ensured no content overlap or layout issues occur after the change.

@vercel

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

@Sargam-Ghagre is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Sargam-Ghagre

Copy link
Copy Markdown
Contributor Author

Hi @JhaSourav07
PR is updated and ready for review..

@Aamod-Dev Aamod-Dev added quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. level:beginner Small changes Usually isolated fixes or simple UI/text updates. labels Jun 12, 2026

@Aamod-Dev Aamod-Dev left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I appreciate the attention to detail here. The changes make sense and fit well with our current structure.

The changes are straightforward and don't seem to introduce any regressions. The implementation follows the established patterns nicely.

I've approved the PR. Thanks again!

@Aamod-Dev Aamod-Dev left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work on this one. I reviewed the diff and it looks ready to go from my side.

The changes are straightforward and don't seem to introduce any regressions. The implementation follows the established patterns nicely.

Everything looks good. Approving this now.

@Aamod-Dev Aamod-Dev left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution. I've taken a look at the changes and everything seems to align with what we need here.

Looks solid. I'll go ahead and approve.

@JhaSourav07 JhaSourav07 added the gssoc:approved PR has been reviewed and accepted for valid contribution points label Jun 12, 2026
@JhaSourav07 JhaSourav07 merged commit 326287b into JhaSourav07:main Jun 12, 2026
7 of 8 checks passed
@github-actions github-actions Bot added this to the GSSoC 2026 milestone Jun 12, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations @Sargam-Ghagre! Your PR has been successfully merged. 🚀

Thank you for contributing to CommitPulse. Your work helps us build a better tool for the community.

⚠️ Important for GSSoC Contributors:
You are strictly advised to join our Discord Server as it is mandatory for all GSSoC participants. All important announcements, point claims, and community discussions happen there.

Keep building! 💻✨

@Aamod-Dev Aamod-Dev added mentor:Aamod007 level:intermediate Moderate complexity tasks type:bug Something isn't working as expected GSSoC 2026 and removed level:beginner Small changes Usually isolated fixes or simple UI/text updates. labels Jun 12, 2026
@JhaSourav07 JhaSourav07 added gssoc:approved PR has been reviewed and accepted for valid contribution points and removed gssoc:approved PR has been reviewed and accepted for valid contribution points labels Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved PR has been reviewed and accepted for valid contribution points GSSoC 2026 level:intermediate Moderate complexity tasks mentor:Aamod007 quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:bug Something isn't working as expected

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Navbar Does Not Remain Accessible While Scrolling -

3 participants