divyansh-2005 / my-calendar-app

My Calendar App is a full-stack application designed to help users manage their schedules, expenses, todos, and notes all in one place. The app provides a seamless and intuitive user interface for efficient day-to-day management and includes robust backend support for secure data handling and user authentication.
https://my-calendar-app-phi.vercel.app
19 stars 51 forks source link

[BUG] Navbar Not Fixed on Scroll #166

Open deepakcs2003 opened 2 weeks ago

deepakcs2003 commented 2 weeks ago

Describe the bug The navbar does not remain fixed at the top of the viewport when scrolling down the page, making it difficult for users to navigate.

To Reproduce Steps to reproduce the behavior:

Go to the homepage of the application. Scroll down the page. Observe that the navbar disappears from the viewport. See error: Navbar is not fixed and is hidden when scrolling. Expected behavior The navbar should remain fixed at the top of the viewport, allowing users to access navigation options at all times.

Screenshots before image Screenshots after fix image

Checklist I am contributing under GSSoC-ext I follow contribution guidelines Additional context This issue affects user experience by making navigation difficult. Implementing a fixed navbar will enhance accessibility throughout the application.

deepakcs2003 commented 2 weeks ago

I would like to work on the issue regarding the navbar not being fixed after scrolling. I believe I can implement a solution that improves the user experience.