Inner div inside an outer rotated div does not follow mouse in case dragging with jQuery UI

后端 未结 6 712
温柔的废话
温柔的废话 2021-02-07 05:04

I have an inner div inside an outer div. The inner div is draggable and outer is rotated through 40 degree. This is a test case. In an actual case it could be any angle. There i

6条回答
  •  说谎
    说谎 (楼主)
    2021-02-07 05:45

    may be this is issue of your jquery library or you can check this by assigning z-order value of inner div and outer div make sure that you give higher number to inner div.

提交回复
热议问题