@media screen and (max-device-width: 768px) {
  html,
  body {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
