ngDraggable icon indicating copy to clipboard operation
ngDraggable copied to clipboard

Problem with scroll container

Open CiroXM opened this issue 9 years ago • 1 comments

In this case:

<ul style="overflow:scroll;"> <li ng-repeat="..." ng-drag="true"> </ul>

When dragging the "LI" elements, they get behind the scroll, when the desired behavior is that they get above all elements.

CiroXM avatar Jul 08 '15 02:07 CiroXM

data-allow-transform="false" will make your item position: fixed; then you can usez-index` css to solve your problem.

CrackerakiUA avatar Aug 08 '15 23:08 CrackerakiUA