I'm building an interact.js app with two dropzones. One begins with all of the draggables in it and is scrollable. When dragging out of the origin dropzone, the draggables become hidden.
I've tried all of the suggested methods such as setting overflow: visible and position: absolute on the draggables. I've also tried almost every possible combination of z-indexes that could possibly make sense.
Here's a JSfiddle with the problem re-created: http://jsfiddle.net/L5g9prao/1/
Expected behaviour: Draggables stay visible when dragging between dropzones
Actual behaviour: Draggables become hidden as the leave the origin dropzone.
Any assistance would be greatly appreciated. Thanks!