I have draggable elements that I’d like to scroll if they overflow the container, however, I also need these items to be draggable outside of the that scroll container.
This is my code so far. http://pastie.org/p/1QD6PUvYOGikOIcMxXQ2Lc
I’m currently working on the ‘tables’ section and right now it scrolls correctly, but the element can only drag freely within the container and not outside of it. I believe I need to do some cloning, but haven’t found a code that works yet.
Any help is so appreciated! Thank you!