/ Published in: CSS

URL: http://stackoverflow.com/questions/17756649/disable-the-horizontal-scroll
html, body { max-width: 100%; overflow-x: hidden; }
Expand |
Embed | Plain Text
html, body { max-width: 100%; overflow-x: hidden; }
You need to login to post a comment.