Skip to content

Instantly share code, notes, and snippets.

@jamiemarsland
Created October 31, 2022 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jamiemarsland/fdba5148edab3ca45c0d8aaf5eb68b2a to your computer and use it in GitHub Desktop.
Save jamiemarsland/fdba5148edab3ca45c0d8aaf5eb68b2a to your computer and use it in GitHub Desktop.
CSS for Tesla.com demo
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