Hi all!
I have a lazy staggered vertical grid with collapsible cards.
All works fine, except when you collapse and expand the card, the staggered grid makes sure to keep the grid "balanced" in height, so the cards jump around. Which makes the whole UX a bit weird since the card you expand or collapse will always cause cards below it to jump to another column.
Is there any alternative approach?
I thought about just using multiple vertical columns but that would probably open its own set of problems.