flex property not working in IE

前端 未结 5 1035
陌清茗
陌清茗 2020-11-22 01:59

I have been unable to determine why flexbox is not working in IE 11.

For testing, I sourced a very simple flexbox layout from CodePen and have pasted the information

5条回答
  •  时光取名叫无心
    2020-11-22 02:47

    In my case, the CSS minifier rejects the px unit of the last argument in -ms-flex shorthand rule, I tried using % unit and it works fine.

提交回复
热议问题