VigyBag icon indicating copy to clipboard operation
VigyBag copied to clipboard

Enhancement: Make Navbar Sticky for Better User Experience

Open cin-sameer opened this issue 3 months ago • 2 comments

Description

Currently, the navigation bar scrolls away when the user moves down the page. This requires users to scroll back up to access navigation links, which can affect the browsing experience.

Suggested Enhancement

Implement a sticky/fixed navbar that stays visible at the top of the page while scrolling.
This will improve accessibility and overall user experience by keeping important navigation always available.

Possible Implementation

  • Use CSS property position: sticky or position: fixed with top: 0.
  • Ensure responsiveness across devices (desktop + mobile).
  • Add slight shadow or background color to differentiate navbar when scrolling.

Benefits

  • Easier navigation throughout the site.
  • Improves UI/UX.
  • Common pattern in modern e-commerce sites.
Image

cin-sameer avatar Aug 23 '25 06:08 cin-sameer

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

For more information, join the official Discord.

github-actions[bot] avatar Aug 23 '25 06:08 github-actions[bot]

No need to make it stcky

codervivek5 avatar Aug 23 '25 07:08 codervivek5