<style>
  body {
    overscroll-behavior: contain;
    touch-action: pan-x pan-y;
  }
</style>