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

Drag and show box-shadow #496

Closed arcadefx closed 5 years ago

arcadefx commented 5 years ago

Hi,

I have a working drag and drop for un-ordered lists using the module. Is there a way to add a CSS box-shadow to the element being dragged ( a "li" tag in this case )?

I tried adding a box-shadow but it won't show. Is it due to it being in the "li" tag? If I set another property it seems to work, example setting the "background-color: yellow;" works fine.

arcadefx commented 5 years ago

Never mind, lol. It works now.