How to disable inertial/momentum scrolling in the web pages on iOS 13.1?

https://jsfiddle.net/zL40a8g3/1/

http://jsbin.com/palixi/edit


Open the links and scroll the contents in both iOS 12.4 and 13.1 and the expected behavior is what we get in iOS 12.4.

When the URL is opened in the Safari browser on an iPAD with 12.4, then content does not scroll with momentum unless -webkit-overflow-scrolling is set to touch. Whereas in safari browser on an iPad with 13.1 scrolling happens with momentum even if the value for -webkit-overflow-scrolling is set to auto.


How to disable intertial/momemtum scrolling in iOS 13.1 using CSS?