Sortable: Drag Effect (CSS ?)

Created on 14 Oct 2017  路  3Comments  路  Source: SortableJS/Sortable

hi,
i'm trying to control the dragging object styles but i dont find how... there is no css...

https://imgur.com/a/texgQ

how can I control the floating dragging object, for example the background?
And why in LIST A there is a strange background gradient and in the LIST B there is only opacity? I dont find this customizations in the CSS.

Could you help me? thanks!

Most helpful comment

You can change the style using dragClass option, but the gradient is from the browser. Use forceFallback: true to stop this behavior.

All 3 comments

Any luck finding a way to style the element?

Hello,
No, I simply switch to jquery-ui library...

You can change the style using dragClass option, but the gradient is from the browser. Use forceFallback: true to stop this behavior.

Was this page helpful?
0 / 5 - 0 ratings