I am attempting to create a visualization similar to this:
https://i.sstatic.net/Wxdqr.png
Instead of using the built-in card
and card-column
classes in Bootstrap, I noticed that when I expand a panel, all my <div>
s start moving around haphazardly:
https://i.sstatic.net/dQ9FZ.png
What I would like is for the other panels not to shift position when one is expanded. An example of what I'm aiming for can be seen here: StackBlitz.