html {
  overflow-y: hidden;
}

@media (max-width:1279px) {
  html {
    overflow-y: visible;
  }
}