Skip to content

Instantly share code, notes, and snippets.

@divineforest
Created July 15, 2019 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save divineforest/b271d3dc3a0e7ea6fab63dd3c61fe48e to your computer and use it in GitHub Desktop.
Save divineforest/b271d3dc3a0e7ea6fab63dd3c61fe48e to your computer and use it in GitHub Desktop.
var disableTouchMove = function(evt) {
evt.preventDefault();
);
document.body.addEventListener('touchmove', disableTouchMove);
document.body.style.top = '-' + window.scrollY + 'px';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment