Constraints And Draggable Item Not Appearing On Top - Version Ii
OK, so here's the situation: I'm experimenting with a fixed-width (resizeable) left sidebar The sidebar contains draggable elements If one of the elements is dragged to the right,
Solution 1:
.slimScrollDiv SET overflow: visible;
.hbox, #content, .vbox AND following (if there are some) - remove z-index tag!
this was your mistake. Hope it works now, the adding on a Pane seem not to be implemented.
Solution 2:
Because the JavaScript is modifying it I can't know for sure. However, my initial thoughts are it has to do with the z-index. The z-index for the center section is 99, and the lis are 0-10. Try making it update the z-index of the lis to 100+ on move.
Solution 3:
I seems this remove position in left menu side and white drop box and set droppable menu z-index and position absolute may it works for you
Post a Comment for "Constraints And Draggable Item Not Appearing On Top - Version Ii"