mantinedev / ui.mantine.dev

Mantine UI website and components
https://ui.mantine.dev
MIT License
2.84k stars 314 forks source link

Mantine Drag n' Drop doesn't work in Mantine Drawer #85

Open tsbolty opened 6 months ago

tsbolty commented 6 months ago

Dragging and dropping elements inside a Mantine drawer function, but have a UI bug.

While dragging, the element is not visible. See attached sandbox for reference.

sandbox

rtivital commented 6 months ago

Mantine does not provide any drag'n'drop components/hooks. Reference the documentation of the library that you use to lean how to fix an issue in your application.