页脚不走到底
问题描述:
我有一个建有物化CSS库的网页.
I have a web page built with materialize css library.
这是屏幕截图:如您所见,页脚不在底部,但仍附加到最后一项(步骤5).
This is the screenshot: As you can see, the footer doesn't go at bottom, but remains attached to the last item (step 5).
我没有修改物化库中的任何文件.
I didn't modify any file from materialize library.
如何解决?
答
使用此页脚:
footer {
position: absolute;
bottom: 0;
}