Drag and Drop atlaskit
Hey, this isn’t really an issue with SolidJS, but since I’m building with it, I figured I’d ask here in case someone can help.
My draggable object has a square box that I can’t get rid of. Does anyone have an idea how to fix this?
the Draggable itself has no styling, it's a pure div:

4 Replies
overflow: hidden?nah, didnt work
i think its the ghost element that drag behaviour has
yay! fixed:
needs some improvement, but its working
used the
nativeSetDragImage api on the onGenerateDragPreview method of atlaskit