I have a parent div
with many child divs.
I want when a child div
is dragged inside the parent div
, then the parent div
to scroll. When the parent div
is the body, it works. But I want it to work with my own parent "content" div
.
Here is a js example of the problem: http://jsfiddle.net/yzx4ft46/
Any ideas why it doesn't work?