LoginSignup
8
5

More than 5 years have passed since last update.

flexboxでflex-wrapを使用する際のマイナーな注意点

Posted at

flexコンテナの中にflexアイテムを複数行で表示する場合に指定するflex-wrap: wrap;ですが、Android 4.4未満の標準ブラウザでは実装がされていないので注意が必要です。
Can I use / Flexible Box Layout Module

また、Modernizrの現行バージョン(現時点で2.8.3)でのflexboxの判定はflex-wrapを使用しているようです。
なので、上記のブラウザでは、flexbox自体には対応しているものの、扱いとしてはno-flexbox扱いになります。

次期バージョンのModernizrではflexwrapとして項目が独立するようです。

8
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
5