A possible solution would be to remove it position: absolutefrom the draggable if you drop it onto the trash:
var element = ui.draggable.css('position', '');
Demo
When using elements, #sortableXthey apply this css rule, but do not go directly from one of the two lists.
source
share