Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

[Question] How to change opacity of drag element?

Open akicho8 opened this issue 3 years ago • 0 comments

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;
}

akicho8 avatar Sep 19 '22 02:09 akicho8