@media only screen and (max-width: 480px) and (min-width: 320px) {
  html {
    overflow-y: scroll !important;
  }
}