IE Flexbox justify-content center overflow issue

帅比萌擦擦* 提交于 2019-12-01 19:12:20

Flex-basis should be set to avoid these problems in IE. Change the flex property of the ".search-results__list" to flex: 0 1 712px. Check the example below:

http://codepen.io/anon/pen/QKKpGx

IE 10-11 don’t allow unitless flex-basis values in the flex shorthand.

For more info: https://philipwalton.com/articles/normalizing-cross-browser-flexbox-bugs/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!