Created
October 31, 2022 14:46
-
-
Save jamiemarsland/fdba5148edab3ca45c0d8aaf5eb68b2a to your computer and use it in GitHub Desktop.
CSS for Tesla.com demo
This file contains hidden or 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
html { | |
scroll-snap-type: y mandatory; | |
scroll-behavior: smooth; | |
} | |
.scroller { | |
scroll-snap-align: start; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment