ypratham / invoice-generator

Open source invoice generator
https://invoice-generator-two-gamma.vercel.app
MIT License
5 stars 0 forks source link

Add Sticky Navbar to Improve Navigation Experience on Scroll #11

Open VanshChitransh opened 6 hours ago

VanshChitransh commented 6 hours ago

🚀 Feature Request: Persistent Navbar on Scroll

Description: Currently, the navbar disappears as the user scrolls down the page. To improve the user experience, it would be beneficial to have a sticky or fixed navbar that stays visible as the user scrolls. This will make navigation easier and more intuitive, especially on longer pages.

Expected Behavior: The navbar should remain visible at the top of the page while the user scrolls. This can be achieved by making the navbar sticky or fixed so that it stays in place even when the user scrolls down.

Benefits: Easier navigation for users, especially when they need to access the navbar while reading or interacting with content on long pages. Consistent visibility of key links and sections, improving the overall UX.

Screenshot: Screenshot from 2024-09-27 20-24-20

Environment: Applies to both desktop and mobile versions of the website.

Additional Notes: This feature will make the site more user-friendly and improve accessibility by ensuring quick access to navigation elements regardless of scroll position.

ypratham commented 5 hours ago

@VanshChitransh you may proceed to implement this feature.