From 2015 to 2019,At the time of writing you could disable this feature manually via chrome://flags/#disable-pull-to-refresh-effect
- openedopen directly from the URL baryour device.
Since 2019,But Google made pull-to-refresh mandatory. The update to Chrome 75 removed this flag with Chrome 75, so this is no longer an option. See https://support.google.com/chrome/thread/8152831/missing-android-chrome-75-flags-disable-pull-to-refresh-effect-how-to-disable-it-now
One of the proposed solutions below in css seems to be working though:
html {
touch-action: pan-down
}