Skip to content

Instantly share code, notes, and snippets.

@davidguttman
Forked from luk-/ios-safari-hide.js
Created March 16, 2013 22:36
Show Gist options
  • Save davidguttman/5178627 to your computer and use it in GitHub Desktop.
Save davidguttman/5178627 to your computer and use it in GitHub Desktop.
window.addEventListener("load",function() {
setTimeout(function(){
window.scrollTo(0, 1);
}, 0);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment