javascript - Jquery ui sortable issue with css3 transform -
i facing position issue when used jquery ui sortable css3 transform.
jsfiddle
:
http://jsfiddle.net/vipin/hzvlfhxd/2/
here have used jquery ui sortable, css3 transform scale , translate.
there problem while sorting top bottom.
a gap appears between cursor , object while sorting bottom or trying sort bottom objects.
try this
remove transform:translate(50px) scale(0.777);
css(.wrapper) , check
Comments
Post a Comment