Can't Drag Outside of Parent, Even When "Containment" is Set to Document? - Updated with Demo of Anomaly
I have an element which I cannot drag outside of its parent, even though "containment" is set to "document:"
$('.put_drop_down_here').draggable({ containment: 'document' });
A demo of the anomaly is located at
this link .
How can I fix this?
Thanks in advance to all for any info.
Best,
-Vik