When I try to move a bunch of cards to a different location within a given space, the cards bunch up as if they “hit” a wall. Usually, I’m trying to move cards to the top of a space and as soon as they hit the top of my browser window, they fall into one another and lose the original structure I had created.
when you move cards to a new space, they get copied with the same y coordinates they had in the original space, even if that’s out of your current view in the new space
when you drag cards near the edge they scrunch up. The cards should not scroll their y position in the case where there’s no more screen to scroll to (eg. the top of the screen’s y value is already 0)