How to use height: -webkit-fill-available in Edge browser? How to make a div fill the available space in Edge?

后端 未结 3 1098
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-04 16:51

I am using bootstrap to preview the mobile device as follows:

It works perfectly fine in Chrome. But not on edge :(

My HTML/CSS code is as follows:

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-04 17:29

    Use min-height for IE to fill the available space

     min-height: 100%; in IE 
    

提交回复
热议问题