Home / Admin / Preferred Smooth Scroll
Duplicate Snippet

Embed Snippet on Your Site

Preferred Smooth Scroll

Adds modern CSS smooth scroll to site while respecting user preferences.

Code Preview
css
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}   

Comments

Add a Comment