Open adrianhelvik opened 6 years ago
margin: auto on the vertical axis works on IE11 if the flex container has align-items: flex-start. This provides safe centering and is thus a better solution.
margin: auto
align-items: flex-start
In my IE11 version vertical centering works without setting of align-items: flex-start on the parent container. What do you mean about safe centering?
margin: auto
on the vertical axis works on IE11 if the flex container hasalign-items: flex-start
. This provides safe centering and is thus a better solution.