Last active
August 8, 2022 20:34
-
-
Save MariaJackson1/3491b8d2543843b024dd6e9865dd1c92 to your computer and use it in GitHub Desktop.
Smooth Scroll Behavior
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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