Per Design

Mostly musings on design

Per Design

  • An interesting CSS flexbox issue with Apple’s iOS

    I ran into an interesting issue recently with CSS Flexible Box Layout and Apple’s iOS Safari (latest version) – and the issue only occurs on iOS  Safari. Let’s say you have a parent element with a display: flex;. And let’s say some children elements of this parent element also use display: flex;. These children elements…