将页脚保持在页面底部,高度可变

时间:2018-08-04 23:37:14

标签: html css position css-position

我的页脚停留在页面的底部,但是当我过滤项目并且页面长度减小到100vh以下时,它最终会停留在最后一个内容的底部。我怎样才能解决这个问题?到目前为止,我找不到任何解决方案。

.footer {
 width: 100vw;
 background: black;
 height: 4vh;
 display: flex;
 color: white;
 align-items: center;
 padding: 2rem;

width: 100%;
}

  html, body {
height: 100%;
 }

Site

0 个答案:

没有答案