I'm using the react-draggable library to move elements in the body. But right now I'm struggling with one issue. It's about elements in the draggable area.
The idea is:
container div (works fine) (there can be multiple draggable elements)I want to prevent overlapping the elements in that zone. Do you know how can I achieve it? :)
Thank you so much!