twitter-bootstrap – twitter bootstrap navbar固定顶部重叠网站

前端之家收集整理的这篇文章主要介绍了twitter-bootstrap – twitter bootstrap navbar固定顶部重叠网站前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在我的网站上使用bootstrap和导航栏固定顶部有问题。当我只是使用常规的导航栏,一切都很好。但是,当我尝试切换到navbar固定顶部,网站上的所有其他内容上移像navbar不存在,导航栏重叠。这里基本上是如何摆出来的:
.navbar.navbar-fixed-top
  .navbar-inner
    .container
.container
  .row
    //yield content

我试图复制bootstraps示例,但仍然有这个问题,只有当使用navbar固定顶部。我究竟做错了什么?

解决方法

你的答案是在 docs

Body padding required

The fixed navbar will overlay your other content,unless you add padding to the top of the <body>. Try out your own values or use our snippet below. Tip: By default,the navbar is 50px high.

06000

Make sure to include this after the core Bootstrap CSS.

原文链接:https://www.f2er.com/bootstrap/235312.html

猜你在找的Bootstrap相关文章