Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

remove horizontal scroll in small devices css

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #horizontal #scroll #small #devices #css
ADD COMMENT
Topic
Name
1+7 =