I have many elements (floating href tags) in a div with a set height/width, with scroll set to overflow: auto in the CSS.
overflow: auto
This is the structure of the d
In my case, this solved it for me and works perfectly!
UPDATED
$(".amigo").draggable({ revert: "invalid" , helper: function(){ $copy = $(this).clone(); return $copy;}, appendTo: 'body', scroll: false });