I want to prevent pull-down-to-refresh of mobile chrome(especially iOS chrome). My web application has vertical panning event with device-width and device-height viewport, b
Scroll behavior none works for me like this.
body { overscroll-behavior: none }