I'm using jQuery UI to make cloud items draggable. However, dragged items dissappear under the cloud container. I've tried setting z-index on item parents but can't get it right.
I was hoping you could suggest a possible road to a solution where cloud items would appear on top of everything else.
Please see code snippets belos and attached screen shots.
Code:
...
I was hoping you could suggest a possible road to a solution where cloud items would appear on top of everything else.
Please see code snippets belos and attached screen shots.
Code:
$(function () {
$('li.rtcTagItem a').draggable({ zIndex: 2701, revert: true });...