Need to be able to drag an item out of overflow:scroll (or auto) div

Need to be able to drag an item out of overflow:scroll (or auto) div


I am trying to use jquery.draggable to allow to drag items from one
div to another, and this works fine unless the div is styled to scroll
on overflow, and in that case, the items are trapped inside the div
even if I set the "scroll" option to false.
I'm trying to build an application to allow dragging an image from one
"folder" (div) to another, and since there may be a large number of
images in each "folder", there may be scrolling involved, but I don't
want the dragging of an image to cause the div to continuously scroll
the image within the div, I want it to be able to escape the div and
be dropped into another div.
Thanks in advance.