我的Sticky Footer底部有问题。 它适用于所有浏览器,但不适用于Safari ...为什么? :(
#main{
background-color: #f0f0f0;
box-shadow: 0px 20px 30px -20px rgba(0, 0, 0, 0.8);
z-index: 1;
position: relative;
margin-bottom: 250px;
}
footer {
height: 250px;
z-index: -100;
position: fixed;
bottom: 0px;
}
谢谢! ;)
答案 0 :(得分:0)
我修好了! 只需添加此代码......;)
html, body{
min-height: 100%;
height: auto !important;
height: 100%;
}
非常感谢。