I am trying to use dnd-kit together with react-virtuoso and everything works, except that the dragged item is not displayed outside the virtualized list
How to make the dragged item appear outside the virtualized list? High z-index on the dragged item doesn't work.
And when you start dragging an item inside a virtualized list a horizontal scroll appears, that's not good either.
Describe the bug
I am trying to use dnd-kit together with react-virtuoso and everything works, except that the dragged item is not displayed outside the virtualized list
How to make the dragged item appear outside the virtualized list? High z-index on the dragged item doesn't work.
And when you start dragging an item inside a virtualized list a horizontal scroll appears, that's not good either.
Reproduction
Sandbox - https://codesandbox.io/s/dnd-kit-board-virtuoso-7yzcwj
To Reproduce
Expected behavior
The dragged item should be displayed even outside the virtualized list.