Anchor Link jumping to section, not scrolling

Hello! Is anyone able to tell me why my link labeled Work is jumping directly to the section on pc without the scroll animation. it works fine on mobile but I can’t seem to get it to work for PC. Thank you!


Here is my public share link: https://matthews-sims-portfolio.webflow.io/

Hey Matthew,

Here’s how to share your readonly link-

https://preview.webflow.com/preview/matthews-sims-portfolio?utm_medium=preview_link&utm_source=dashboard&utm_content=matthews-sims-portfolio&preview=c7a2cafd69de97918522e5f9d992a546&workflow=preview

Thank you very much! Here you go!

It looks like you’ve setup everything correctly,
I don’t know why scrolling is smooth sometimes and not on others.

However this should fix it in your case. Add this to your /head custom code area.

<style>
html {
  scroll-behavior: smooth;
}
</style>

Thank you! I’ll use it once I upgrade to a paid plan!

1 Like