1. Config Options
  2. Auto-scroll on Drag

Enabling this option automatically scrolls the nearest scrollable container when you drag an item close to its edge.

createSwapy(container, {
  autoScrollOnDrag: true
})
A
B
C
D