ACM-VIT / SDG-Frontend

0 stars 0 forks source link

Fix Home Page Navbar Positioning #3

Open mahendra785 opened 2 months ago

mahendra785 commented 2 months ago

On the home page, make the navbar position: absolute; so that when the user scrolls down, the content can scroll under the navbar. This will make the navbar stay at the top of the page.

mahendra785 commented 2 months ago

Fix Home Page Navbar Positioning

Pseudocode

1. Home Page Structure

2. Set Navbar Positioning

3. Handle Content Scrolling Under the Navbar