I have a card on my page that needs to have an overflow scroll, and this card's height is '100%'.
It's working well with fixed height but I need it to be a dynamic height I'm looking for a solution (maybe with flex ?) to allow the overflow scroll on it.
I tried a lot of things but nothing's really works.