hello-pangea / dnd

Beautiful and accessible drag and drop for lists with React.
https://dnd.hellopangea.com
Other
1.89k stars 83 forks source link

Draggable item not displaying properly when dragging #782

Closed testingpoke1 closed 3 months ago

testingpoke1 commented 3 months ago

I am facing an issue when I dragging an item, it doesn't stick with my cursor. The position of dragged item is running out of the box. Is there any solution to deal with it?

Here's the sandbox to reproduce the issue: https://codesandbox.io/p/sandbox/mantine-react-template-forked-yd4n3x

Thanks.