Skip to content

Instantly share code, notes, and snippets.

@MariaJackson1
Last active August 8, 2022 20:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MariaJackson1/3491b8d2543843b024dd6e9865dd1c92 to your computer and use it in GitHub Desktop.
Save MariaJackson1/3491b8d2543843b024dd6e9865dd1c92 to your computer and use it in GitHub Desktop.
Smooth Scroll Behavior
https://www.youtube.com/watch?v=b64gzAvAi1A&t=217s
html {
scroll-behavior: smooth;
scroll-padding-top: 3rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment