1

This 2 column layout works fine in Chrome and ios9 Safari, however on ios8 safari it turns into a single column layout with all the elements stacked on top of eachother. https://jsbin.com/tucecivoyu/1/edit?html,css,output

I don't know enough about how the flex standard has changed to come up with a fix for older versions of safari.. I tried using -webkit-box-oritentand -webkit-box-direction in a few places to see if that would help but couldn't get it to work

splash
  • 13,037
  • 1
  • 44
  • 67
Drkawashima
  • 8,837
  • 5
  • 41
  • 52

1 Answers1

0

Solved it using -webkit-box-flex and some other prefixes https://jsbin.com/midewadoba/1/edit?html,css,output

Drkawashima
  • 8,837
  • 5
  • 41
  • 52