diff --git a/ngDraggable.js b/ngDraggable.js index 3f4a2ee..e12c392 100644 --- a/ngDraggable.js +++ b/ngDraggable.js @@ -254,7 +254,7 @@ angular.module("ngDraggable", []) '-ms-transform': 'matrix(1, 0, 0, 1, ' + x + ', ' + y + ')' }); }else{ - element.css({'left':x+'px','top':y+'px', 'position':'fixed'}); + element.css({'left':x+'px','top':y+'px', 'position':'fixed','z-index': 99999}); } }; initialize();