Open do-web opened 3 years ago
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);
Maybe this will work...
set child or childs to position: absolute and provide a static width/height for the parent container. This should fix your issue.
position: absolute
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);