Show HN: Interact.js – multi-pointer drag and drop, resizing and gestures
interactjs.io3 pointsby taye0 comments
transform: translate(0px, 0px);
to both elements to fix that. interact('.dropzone').dropzone({
// only accept elements matching this CSS selector
accept: '#yes-drop',
// Require a 75% element overlap for a drop to be possible
overlap: 0.75,
You could instead set overlap to "pointer".