Skip to content

Instantly share code, notes, and snippets.

@mayognaise
Created July 13, 2023 01:14
Show Gist options
  • Save mayognaise/628b1c3ae4672d93c745489a541e8dc1 to your computer and use it in GitHub Desktop.
Save mayognaise/628b1c3ae4672d93c745489a541e8dc1 to your computer and use it in GitHub Desktop.
No touch action
.no-touch-action {
overscroll-behavior: none;
touch-action: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment