Return to Snippet

Revision: 66228
at March 31, 2014 04:42 by acosonic


Initial Code
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

Initial URL
http://stackoverflow.com/questions/17756649/disable-the-horizontal-scroll

Initial Description
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

Initial Title
Prevent HTML page from horizontal scrolling

Initial Tags


Initial Language
CSS