Skip to content

Instantly share code, notes, and snippets.

@ozknozsrt
Created November 4, 2017 13:30
Show Gist options
  • Save ozknozsrt/619a7e92e8f975d9fea448f8534f85d4 to your computer and use it in GitHub Desktop.
Save ozknozsrt/619a7e92e8f975d9fea448f8534f85d4 to your computer and use it in GitHub Desktop.
Scroll Horizontal Center
document.body.scrollLeft = (document.body.scrollWidth - document.body.clientWidth) / 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment