Answers for "remove horizontal scroll in small devices css"

CSS
0

remove horizontal scroll in small devices css

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
Posted by: Guest on August-23-2021

Code answers related to "remove horizontal scroll in small devices css"

Browse Popular Code Answers by Language