tortellinilabs / joanna-portfolio-2023

0 stars 0 forks source link

Add smooth scrolling between sections #4

Open benamiller opened 1 year ago

benamiller commented 1 year ago

Possibly very simple with CSS, and href to particular id. https://stackoverflow.com/questions/74327510/how-to-add-smooth-scrolling-to-navbar-in-react.

Can't see where you wouldn't want smooth scrolling: html { scroll-behavior: smooth; }