Jaishree2310 / GlassyUI-Components

GlassyUI: Elegant Glassmorphism Components for Modern UIs
https://glassyui.vercel.app
54 stars 110 forks source link

[BUG] <description> Navbar Scrolls with Page #287

Open saras-69 opened 1 week ago

saras-69 commented 1 week ago

Has this bug been raised before?

Description

The navbar is not staying fixed at the top and scrolls along with the page content. This behavior is unintended and affects the user experience.

Steps to Reproduce

Include any relevant details like: Go to the webpage with the navbar. Begin scrolling down the page. Observe that the navbar moves with the rest of the content instead of staying fixed.

Screenshots

https://github.com/user-attachments/assets/45192201-27d8-4086-9e61-876f0d0742f5

Do you want to work on this issue?

Yes

If "yes" to above, please explain how you would technically implement this

Implementation Plan I will modify the CSS by setting position: sticky; or position: fixed; for the navbar. Adjust any necessary top offsets to ensure it stays in place. Test responsiveness to make sure the fix works across screen sizes.

github-actions[bot] commented 1 week ago

👋 Thank you @saras-69 for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!