Css – How to make flex-direction column containing wide content respect flex-grow and flex-basis?
I'm building a carousel inside a flex container which has flex-direction: column. I thought this would be trivial, and it probably is. I've built carousels by hand before but not in this exact circumstance. My problem is that the content…