Skip to content

Instantly share code, notes, and snippets.

@MrJackdaw
Created August 27, 2025 01:22
Show Gist options
  • Select an option

  • Save MrJackdaw/b8dbb6ecfd1f35e066983031be0aadda to your computer and use it in GitHub Desktop.

Select an option

Save MrJackdaw/b8dbb6ecfd1f35e066983031be0aadda to your computer and use it in GitHub Desktop.
/**
* Smooth scrolling on iOS devices. Just add the following
* wherever it makes sense in your CSS file to improve the
* janky/laggy scrolling behavior
**/
body {
-webkit-overflow-scrolling: touch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment