cms
cms copied to clipboard
Implement floating navbar
PR Fixes:
-
- Implemented a floating navbar: Changed the static navbar to a floating navbar that sticks at the top when scrolling.
-
- Added required CSS : Updated styles for extra shadow for floating effect.
Checklist before requesting a review
- I have performed a self-review of my code.
- I assure there is no similar/duplicate pull request regarding same issue.
- I have tested the floating navbar functionality in different screen sizes (desktop/mobile).
- I have verified that no other part of the UI breaks due to these changes.
@DufferDeepu The navbar is overflowing on mobile view, everything else is fine Great Work!
@DufferDeepu It would be really helpful if you could also share a screenshot of the mobile view output you're seeing on your end.
Fix issue with overflow on mobile view
@devsargam Please review this PR.