How do you set up jsPlumb draggable divs, with a container div?
I have a container positioned relatively, and the divs to be draggable positioned absolutely (this is what the documentation suggestions). The container is 100px from the top of the page. Unless I set margin-top to be -100px for the container, the drag is shifted over by 100px down. How can I fix this?
Fixed it. I had a padding-top on the body element that caused that very weird error. Takeaway: