desandro / draggabilly

:point_down: Make that shiz draggable
https://draggabilly.desandro.com
MIT License
3.86k stars 386 forks source link

Prevent div from scrolling when dragging an item #224

Open WillyWilson1 opened 10 months ago

WillyWilson1 commented 10 months ago

I'm using v3, which is excellent. One thing I cannot figure out is, on a mobile (touch) device, when I drag an item across a container, or larger div, the whole thing moves. Is there a way that I can anchor or prevent the bigger, outer element from moving? Not the whole screen, but the 'working/dragging' area.

Thanks PB