Open
Description
Thank you for the great SortableJS! I am using it in my progressive mobile web application (PWA).
I have a simple sortable with a few vertically stacked items in it. I can drag'n'drop those items from top to bottom. Auto scroll works fine.
But when I drag the ghost to the very right, the mobile HTML page in iOS Safari starts a horizontal auto scroll. That shoud not happen in a PWA.
How can I disable horizontal auto scrolling, while keeping vertical auto scrolling?