Skip to content

Instantly share code, notes, and snippets.

@robspangler
Created January 10, 2024 00:22
Show Gist options
  • Save robspangler/196d4507600a6480b8d11a344899afa8 to your computer and use it in GitHub Desktop.
Save robspangler/196d4507600a6480b8d11a344899afa8 to your computer and use it in GitHub Desktop.
Pure CSS smooth scrolling with an optional offset (for fixed headers, for example)
html {
scroll-behavior: smooth;
}
#section-id {
scroll-margin-top: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment