7 ms·
When using conditionnal arrival of dom object (I mean like using ngIf in Angular or simply using switching display none/block on some block) flexbox layout seem
by dehef 9y ago
When using conditionnal arrival of dom object (I mean like using ngIf in Angular or simply using switching display none/block on some block) flexbox layout seem very difficult to anticipate. For that kind of things I still prefer using inline-block, that is more predictable.
A tip: Strangely Safari tend to need flex-basis value everywhere
- gsnedders 9y ago> A tip: Strangely Safari tend to need flex-basis value everywhere Most of the Safari issues should have been fixed in Safari 11, FYI. (The implementation of flexbox was largely copied over from Blink.)