clubcapra / clubcapra.github.io

Official homepage for Club Capra, infos and list of projets
https://www.clubcapra.com
MIT License
3 stars 1 forks source link

fix: removed absolute to bar, teleport to top when change page #54

Closed JocobC closed 1 year ago

JocobC commented 1 year ago

Removed the absolute part of the NavBar so it could follow the user when they went down the page. If you were low enough and switched pages, it was possible to be in the middle of the new one, hence why i added to the router a scrollBehavior, putting us at the top every time we switch pages. If there is another way to do this let me know i'm curious as to other ways to force the page to be on top.