Greetings, I'm having an issue with dragging and dropping grid rows between components. When I drag a row from a grid inside one component to a grid inside another component, the drag and drop functions properly but the floating item gets hidden after dragging outside the initial component. In the images below, you see my target grids (Main Grid 1 and Main Grid 2), and my Sidebar Grid which will be where the drag starts. I tried adding some CSS to increase the Z-Index of the dragging item but it didn't seem to work. Any suggestions?
Image 1 (Before Drag Starts):

Image 2 (During Drag... row hidden behind "main component"):

Image 3 (After drop, successfully in main grid 1):