Zindex while drag

How to change zindex value when drag


You can redefine the following css (By default z-index is 999):

.dragSpanDiv, .dragSpanDiv td {
z-index: 999;
}