why can't an flex-item just get the height of the flex-container until specifically added
soo i have a flex container with items & i want to set the parent container to be min-height:24rem & the flex-item's height be height 100% but it doesn't do anything until i manually set the height on the parent
one solution is to keep inheriting from parent to childrent like