sortable position relative / absolute

sortable position relative / absolute

hello  Is there a solution for this problem:

<div id="parent" style="position:relative;" class="widget">
      <div id="child" style="position:absolute;">
           
      </div>
</div>

When I make the widget class sortable only the parent div is dragged. The child div remains in place...

Is there a solution?