hello-pangea / dnd

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

Wrong behaivoir droppable #743

Open pixelfosdfjk opened 8 months ago

pixelfosdfjk commented 8 months ago

Does anyone how to solve the problem, basically when there is a droppable container behind another droppable container, chances are that my draggable card will go into that container, expected would be that the draggable goes into the visible droppable. instead of the container in front of it. I already tried using z-index. didnt work. I use @hello-pangea/dnd which is a fork of react-beautiful-dnd. Video of what is happening: https://streamable.com/otoszi

edchrepo commented 6 months ago

did you find a solution for this