marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

Ghost effect of dragged element #501

Open fwitkowski opened 5 years ago

fwitkowski commented 5 years ago

It looks like that browsers force the dragged element to show ghost effect (opacity). I can see it in all browsers in all demo examples (even is elements are less than 300px) Can this somehow be overwritten? or change you update plugin to fix that?