Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created April 27, 2021 19:18
Show Gist options
  • Save adikahorvath/becd53eac5f0a7f9ca197ae55b920345 to your computer and use it in GitHub Desktop.
Save adikahorvath/becd53eac5f0a7f9ca197ae55b920345 to your computer and use it in GitHub Desktop.
smooth scrolling w/ css
html {
scroll-behavior: smooth;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment