CSS Trick: Smooth Scrolling for the Whole Page
Add a smooth scroll effect to anchor links without JavaScript.
Add a smooth scroll effect to anchor links without JavaScript.
html {
scroll-behavior: smooth;
}
Add this to your main stylesheet for an instant UI upgrade.
Join the conversation