【发布时间】:2015-04-01 23:01:09
【问题描述】:
请看看这支笔:
http://codepen.io/anon/pen/ZYZLMG
它应该做的是让红色的.section 元素填充蓝色的.container 元素。它适用于 Chrome 和 FF,但不适用于 IE。
当设置height 而不是min-height 时,它可以工作,但我需要min-height,因为包含的元素可能会超过容器的大小。
有没有办法让它发挥作用?
【问题讨论】:
标签: html css internet-explorer flexbox