overflow on Internet Explorer 10
So I was trying v4-dev docs locally with Internet Explorer 10 and I noticed this:
I narrowed down to .bd-docs
column. Also, the issue goes away if I remove .flex-xl-nowrap
from the parent row.
On a project of mine I have switched to v4, I also have this issue in a row like this:
.container-fluid.mt-6
.row.justify-content-center
.col-12 col-sm-6 col-lg-3 mx-auto card-deck
.col-12 col-sm-6 col-lg-3 mx-auto card-deck
.col-12 col-sm-6 col-lg-3 mx-auto card-deck
.col-12 col-sm-6 col-lg-3 mx-auto card-deck
.col-12 col-sm-6 col-lg-3 mx-auto card-deck
.col-12 col-sm-6 col-lg-3 mx-auto card-deck
.col-12 col-sm-6 col-lg-3 mx-auto card-deck
Probably not the same issue since this one goes away if I remove justify-content-center
. If that's confirmed I should make a new issue for this to track it.
/CC @Johann-S @mdo