Skip to content

Instantly share code, notes, and snippets.

@ninetails
Created November 23, 2017 01:26
Show Gist options
  • Select an option

  • Save ninetails/ffe48bcfb6bbd85644409df8ae79a10b to your computer and use it in GitHub Desktop.

Select an option

Save ninetails/ffe48bcfb6bbd85644409df8ae79a10b to your computer and use it in GitHub Desktop.
Stop scroll on popstate
// from https://stackoverflow.com/questions/10742422/prevent-browser-scroll-on-html5-history-popstate
if ('scrollRestoration' in history) {
history.scrollRestoration = 'manual';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment