So, here's the scenario:
I'm currently experimenting with a fixed-width (resizeable) left sidebar In this sidebar, there are draggable elements When one of these elements is dragged to the right, the draggable element (the helper in fact) appears to vanish behind the main content.
What could be causing this? Any suggestions on how to address this issue?
Check out the demo here:
http://83.212.101.132/angjs/ang4.html
This is very similar to a question I asked previously, though the solution for this one seems less obvious to me.