Код: Выделить всё
lots of content...
< /code>
.flex-parentКод: Выделить всё
.flex-parent {
height: 250px;
}
< /code>
The flex child has so much content that it should overflow the size of its parent. Instead, its height stays "capped" at the height of the parent (250px).
How can I fix this and make .flex-childПроблема: http://codepen.io/anon/pen/owjywe
Как это должно работать: http://codepen.io/pen/pyrty/pyr.>
Подробнее здесь: https://stackoverflow.com/questions/418 ... s-it-grows
Мобильная версия