I've got a bunch of draggable elements, and the droppable elements that receive them are in a div that is set to overflow-y: scroll.
The 'scroll' option of draggable works to scroll the whole page, but I cannot get it to scroll the parent div of the droppables. I've tried changing the containment attribute of the draggable to be the droppables' parent on hover, but that doesn't work either.
If anyone knows of a way to do this, I'd greatly appreciate it. Here's the basic idea of what I'm trying to do: http://jsfiddle.net/4gMVf/5/