
  html,
  body {
    height: 100%;
    overscroll-behavior: none; /* и/или overscroll-behavior-y: none */
    -webkit-overflow-scrolling: touch;
  }
</style>