Hello. i'm having problems with flex-md-column-reverse
I have two columns
<div class="row flex-lg-row flex-md-column-reverse">
<div class="col-md-12 col-lg-9 mb-lg-0 mb-md-4"></div>
<div class="col-md-12 col-lg-3"></div>
</div>
On ipad vertical i want to columns change places
It works on Windows , Chrome.
But on ipad it hide the content
only showing a little bit of the secound Columns.
Please provide your Safari version, and a JSBin example if possible.
Closing until we hear more.
I have the same issue on Safari 10.0.2 and iOS 10. I can give you an JSBin example one week later.
.flex-md-column-reverse > * {
flex: 1;
}
The above code solved the issue for me.
Most helpful comment
The above code solved the issue for me.