I'm trying to create a tool where I could drag a child div from one parent to another.
A few of the conditions that I want to point out is in the source parent, I want to use "overflow: auto" in my css so that I can scroll the items if there are too many available.
The second thing I want to achieve is when I drop the item into the destination parent, I want the item to land where I drop it and still be draggable to any location in the new parent.
Here is what I have so far...
Any help on how I can solve this would be greatly appreciated!
Thanks