Skip to content

Instantly share code, notes, and snippets.

@BlackhawkG7
Created September 12, 2019 08:18
Show Gist options
  • Save BlackhawkG7/58fde7c35ce1d7457b5f562430d76477 to your computer and use it in GitHub Desktop.
Save BlackhawkG7/58fde7c35ce1d7457b5f562430d76477 to your computer and use it in GitHub Desktop.
CSS soft anchor scrolling
html {
scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment