当某个页面没有足够的内容时,我如何保持页脚粘在底部?在这种情况下,引导类"sticky bottom无法正常工作">
<body class="d-flex flex-column min-vh-100">
将这些添加到body,这些添加到footer
<footer class="mt-auto">
Bootstrap 4.x
<div class="navbar fixed-bottom"></div>
别忘了加上
body { padding-bottom: 70px; }
否则页面内容可能会被覆盖