I have a drag and drop inside a rch:popupPanel, and the drag indicator always appear behind the popup panel, and I dont know how to fix this, I try to this,
.rf-ind-drag.default{
z-index: 10000;
}
but this only fix Chrome, but IE9 still suffer the same problem, does any one experience this problem before and know how to fix it?