bitovi/jquerypp

z-index set to 1000 when an element is dragged

Open

#124 opened on Sep 28, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (167 forks)batch import
bughelp wanted

Repository metrics

Stars
 (1,219 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide