vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

Wrong position

Open do-web opened this issue 4 years ago • 2 comments

I have two dragable elements, each inside a own container, both element are axis="x" but when i drag a the lower item, it moves in the y direction. And its only with :parent="true"

Transform also is wrong - transform: translate(0px, -82px);

do-web avatar Oct 02 '21 21:10 do-web

Bildschirmfoto 2021-10-02 um 23 53 32

Maybe this will work...

do-web avatar Oct 02 '21 21:10 do-web

set child or childs to position: absolute and provide a static width/height for the parent container. This should fix your issue.

louisraetz avatar Nov 08 '21 16:11 louisraetz