VigyBag
VigyBag copied to clipboard
Enhancement: Make Navbar Sticky for Better User Experience
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: stickyorposition: fixedwithtop: 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.
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.
No need to make it stcky