jonathantneal / flexibility

A JavaScript polyfill for Flexbox
https://jonathantneal.github.io/flexibility/
MIT License
4.33k stars 481 forks source link

align-items does not work #75

Open calebprenger opened 8 years ago

calebprenger commented 8 years ago

no matter what I do, in older versions in IE, if i display a container as flex, it's children are always in the center vertically. I especially cannot use "stretch"

Sash-OK commented 8 years ago

try to add margin: 0px on the elements of flex-container