Webkit and jQuery draggable jumping

后端 未结 8 1085
误落风尘
误落风尘 2020-11-28 23:40

As an experiment, I created a few div\'s and rotated them using CSS3.

    .items { 
        position: absolute;
        cursor: pointer;
        background:          


        
8条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 00:24

    You have to set the parent container of the draggable element to "position: relative".

提交回复
热议问题