I had the same position problem when I try to show react-beautiful-dnd
inside react-modal
and I found a solution by adding these CSS to draggable items.
.draggable {
top: auto !important;
left: auto !important;
}
I had the same position problem when I try to show react-beautiful-dnd
inside react-modal
and I found a solution by adding these CSS to draggable items.
.draggable {
top: auto !important;
left: auto !important;
}