我一直试图解决这个问题,我已经尝试了几种方法来解决这个问题,但他们没有解决。
overflow-x : hidden;
min-height : 100%;
margin : 0px;
代码:
身体:
background-color : White;
margin : 0px;
padding : 0px;
box-sizing : border-box;
overflow-x : hidden;
代码:
position : relative;
display : flex;
background-color : #191414;
bottom : 190px;
height : 170px !important;
width : 1178px;
max-width : 100%;
justify-content : left;
align-items : left;
border : 5px solid blue;
1条答案
按热度按时间bn31dyow1#
诀窍是对整个文档使用
display:table
,对页脚使用display:table-row
和height:0
。