Home › Forums › CSS › Flexbox: same height + aligned to bottom › Reply To: Flexbox: same height + aligned to bottom
February 8, 2016 at 7:17 am
#237811
Member
The original align-items
on the parent was overriding the stretch
default so the columns were no longer the same height.
So, leave theparent as stretch
(the default) and make the children flex-containers, with column direction and align their content to the end