@media screen and (max-width: 1000px) {
  html { 
    overflow-y:auto;
  }

}
