Flexbox wraps last column of the first row in Safari

前端 未结 12 681
长发绾君心
长发绾君心 2020-11-30 18:52

The last column of the first row is wrapped to the next line when viewing in Safari, and some other iOS based browsers.

Safari:

12条回答
  •  一向
    一向 (楼主)
    2020-11-30 19:43

    I had the same problem and the answer was that Flex box on safari doesn't seem to like the floats being cleared on the same div that is display: flex.

提交回复
热议问题