Created
November 4, 2017 13:30
-
-
Save ozknozsrt/619a7e92e8f975d9fea448f8534f85d4 to your computer and use it in GitHub Desktop.
Scroll Horizontal Center
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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