stamford-syntax-club / stamfordcenter-frontend

https://center.stamford.dev/
MIT License
0 stars 0 forks source link

add RemoveScroll component to ApplicationNavigationBar #52

Closed Lxkas closed 10 months ago

Lxkas commented 10 months ago

This pull request adds the RemoveScroll component to the ApplicationNavigationBar, which ensures that the navigation bar remains scrollable even when the user is scrolling the page. This improves the user experience and makes the navigation bar more accessible.

chinathaip commented 10 months ago

Pretty cool,

we're actually scrolling the page behind navbar in the current version:

https://github.com/stamford-syntax-club/stamfordcenter-frontend/assets/92321280/d1080fc1-072d-40cd-aa2d-f50792da24ea

whereas the new one prevents it from happening:

https://github.com/stamford-syntax-club/stamfordcenter-frontend/assets/92321280/dd9cafd9-72e1-493b-8d0f-352d4d6141c2

Lxkas commented 10 months ago

Pretty cool,

we're actually scrolling the page behind navbar in the current version:

RPReplay_Final1699114088.MP4 whereas the new one prevents it from happening:

RPReplay_Final1699114108.MP4

That's the point XD