twitter bootstrap navbar fixed top overlapping site

后端 未结 18 1954
甜味超标
甜味超标 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:25

    use this class inside nav tag

    class="navbar navbar-expand-lg navbar-light bg-light sticky-top"

    For bootstrap 4

提交回复
热议问题