Vue.Draggable
Vue.Draggable copied to clipboard
[Question] How to change opacity of drag element?
This is the part. https://github.com/SortableJS/Sortable/blob/master/src/Sortable.js#L898
Hard coded and cannot be changed.
CSS does not work either.
.sortable-drag {
opacity: 1.0 ! important;
}