react-sortablejs
react-sortablejs copied to clipboard
How to change the dragging css?
I have a component that looks like this and I only want to swap the Answer between Question.
I've managed to swap the answer only, but when I drag the Answer it will pull both Question and Answer out.
How can I fix it to only make the visual for the dragging to be only Answer?
Here is my demo on https://codesandbox.io/s/quiz-swap-y9etz
P/s: I have tried using the draggable and filter
Hi @VnVentX, did you find a solution yet?