Disable Pull-To-Refresh

In previous versions of chrome 75, I had in chrome: // flags, option “pull-to-refesh”. Now it no longer exists, how do I disable “pull-to_refresh”

I contacted George and he does not know … I believe it is a failure in nsbasic

It’s not a failure in nsbasic. This is a feature of Chrome, which is developed and maintained by Google. (also, I did not say I didn’t know. I directed you to post this question on the web board, since it is of general interest)

Does this Google article help?

Just go in the CSS project and add the line below:
body { /* Disables pull-to-refresh but allows overscroll glow effects. */ overscroll-behavior-y: contain; }