twitter bootstrap navbar fixed top overlapping site

后端 未结 18 1974
甜味超标
甜味超标 2020-11-22 11:59

I am using bootstrap on my site and am having issues with the navbar fixed top. When I am just using the regular navbar, everything is fine. However, when i try to switch it

18条回答
  •  天涯浪人
    2020-11-22 12:30

    a much more handy solution for your reference, it works perfect in all of my projects:

    change your first line from

    .navbar.navbar-fixed-top
    

    to

    .navbar.navbar-default.navbar-static-top
    

提交回复
热议问题