Smooth Scroll

Enable smooth scrolling for anchor links

Behavior

Live preview

Scroll inside this box to see smooth behavior

Bottom content

CSS

html {
  scroll-behavior: smooth;
}

Browser support

Chrome 61+, Firefox 36+, Safari 15.4+. scroll-behavior widely supported.

Related tools

Other CSS examples