javadoug/jquery.drag-multiple

Issue with rotated object using css transform property.

Opened this issue · 0 comments

@javadoug : If I use css transform rotate to drag multiple object then rotated element jumped and not placed correctly. I updated css in example file example/index.html

 #draggable2 {
            top: 60px;
            transform: rotate(20deg);
        }