coliff / bootstrap-ie11

Internet Explorer 11 compatibility solution for Bootstrap 5
https://coliff.github.io/bootstrap-ie11/
MIT License
96 stars 15 forks source link

Custom navbar-collapse flex property is pushing navbar content to the right. #17

Closed papegaill closed 4 years ago

papegaill commented 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.

ie-11-navbar-flex

.navbar-collapse { flex: 1 0 100%; }

I think this property should be removed.

coliff commented 4 years ago

I've just released alpha2 with this fix! https://github.com/coliff/bootstrap-ie11/releases

papegaill commented 4 years ago

@coliff Many thks for the new release!