Closed papegaill closed 4 years ago
Hi,
First of all, thanks for the script! By testing it on ie11, I realize that the flex property applied to the .navbar-collapse element pushes the contents of the navbar too far to the right and this creates horizontal scrollbars.
.navbar-collapse
.navbar-collapse { flex: 1 0 100%; }
I think this property should be removed.
I've just released alpha2 with this fix! https://github.com/coliff/bootstrap-ie11/releases
@coliff Many thks for the new release!
Hi,
First of all, thanks for the script! By testing it on ie11, I realize that the flex property applied to the
.navbar-collapse
element pushes the contents of the navbar too far to the right and this creates horizontal scrollbars..navbar-collapse { flex: 1 0 100%; }
I think this property should be removed.