Update Drag & Drop to use Overlay/Popover API so it doesn't require z-index or dragHost options to be able to successfully display dragged elements. Also for the parent issue - the dragHost is tied to the Grid outlet which prevents us from removing the outlet entirely.
Update Drag & Drop to use Overlay/Popover API so it doesn't require
z-indexordragHostoptions to be able to successfully display dragged elements. Also for the parent issue - thedragHostis tied to the Grid outlet which prevents us from removing the outlet entirely.