Twitter引导程序始终是可见的页脚

los*_*ket 2 twitter-bootstrap

我需要创建一个始终可见的页脚?我正在使用twitter bootstrap.当内容变长时,我必须向下滚动才能看到页脚,是否有办法始终显示页脚?

小智 10

如果您使用的是Bootstrap 3.0,则可以添加一个简单的Nav-Class.

页脚始终固定在底部,始终可见.

<nav class="navbar navbar-default navbar-fixed-bottom" role="navigation">
    <!-- Your Footer Content -->
</nav>
Run Code Online (Sandbox Code Playgroud)

https://getbootstrap.com/docs/3.3/components/#navbar-fixed-bottom