vue-drag-drop
vue-drag-drop copied to clipboard
Allow for only one component to be dragged
I'm working on an application where some divs that need to be draggable are partially overlapping each other. The visible part of the div need to be draggable, anything behind that needs to be ignored. Is there already any way of implementing this or is this not possible as of now?
Thanks in advance!