Bootstrap 4 IE 11 does not work

后端 未结 5 1245
孤独总比滥情好
孤独总比滥情好 2020-12-16 12:35

so I have the problem, that my whole website does not work in IE 11. I don\'t get why because officially IE 11 should be supported by bootstrap 4... Website: www.ergotherapi

5条回答
  •  再見小時候
    2020-12-16 13:09

    In IE, the height and width need to be set explicitly or it breaks.

    So the width: auto might be causing a problem. auto gives me a lot of problems. Maybe give that a try

提交回复
热议问题