Hello,
Basically I have two scrollable divs side by side inside my jsPlumb container (that I set using jsPlumb.setContainer(...)), each containing elements which can be connected to one another.
Everything works perfectly except for when I scroll the divs
It makes the connections (and the Endpoints) overflow from the container, whereas the expected behaviour in this case would be that everything that's outside of the jsPlumb container is hidden.
I hope I made myself clear, but from what I've seen it's a pretty common issue.
Basically i'm looking for workarounds or anything that I could do in order to avoid this issue. I'm very new to Javascript (a few weeks only) so i'm sorry if the workaround is very easy to find.
Thank you for anyone who's willing to help,