Open chasenlehara opened 8 years ago
I’m using jQuery++ to make an element with a high z-index draggable. Unfortunately, this line of code sets the z-index to 1000, causing my element to go under other elements while being dragged.
z-index
1000
I’m using jQuery++ to make an element with a high z-index draggable. Unfortunately, this line of code sets the
z-index
to1000
, causing my element to go under other elements while being dragged.