15 November 2019

disable horizontal scroll on mobile web

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}