Prevent HTML page from horizontal scrolling


/ Published in: CSS
Save to your folder(s)

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

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.