I am having a probelm with the z-index of my sortable object not being above my droppable.
Ctrl + L
to bring up the login screen.clare
and the password shilland
.manage gallery
.The issue is that when you drag the 'polaroids' from the grid to the delete area they are under the delete area.
I tried putting the delete area inside the same div as the grid but it makes no difference, I just don't know what to do at this point so any help would be a massive help!
Try the following options for your .sortable()
:
{
helper: 'clone',
appendTo: 'body',
zIndex: 10000 //or greater than any other relative/absolute/fixed elements and droppables
}