html, body {
  overflow-x: hidden!important;
}

@media screen and (min-width: 640px) and (max-width: 959px) {
  html {
    overflow-x: clip !important;
    overflow-y: auto !important;
  }

  body.t-body {
    overflow: clip !important;
  }
}