flex property not working in IE

前端 未结 5 1034
陌清茗
陌清茗 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条回答
  •  闹比i
    闹比i (楼主)
    2020-11-22 02:42

    For me, using

      flex: 1 1 auto;
    

    instead of

      flex: 1;
    

    solved the flex issue on IE 11.

提交回复
热议问题