Open fostersmix opened 7 years ago
I'm guessing it's related to either the flex-wrap or flex-shrink/basis/grow. I'm pretty sure I've made a fix for this in a private fork but can't remember what the issue was from the top of my head. Could you maybe provide a link to your source code?
Source code on page: http://fostersmix.github.io/
Solved by putting flex-basis: auto;
on col-lg. 11. Flexbugs.
Hello! When i using Auto Width:
In Chrome, Firefox, Vivaldi and android devices, all ok - content is transferred as filling:
But in Safari (om MacOS), displayed content in one row and add horizontal scroll:
How can I fix it?