In one of my project there is one feature for zoom In/Out. And That I am managing with transform:scale(). But now in the child component I am using @dnd-kit sortable library to sort my blocks. but ...
I am running into an issue where the parent div has a css transform (scale) which is causing the drag functionality to behave strangely. Is there a possible workaround to this issue? Here is an ...