Popover gets hidden under the nav bar in Twitter Bootstrap

后端 未结 4 2141
甜味超标
甜味超标 2021-02-08 12:07

I have a help button within my navbar, with a popover functionality.

4条回答
  •  执笔经年
    2021-02-08 12:34

    In my case, I decided as follow:

    .navbar-fixed-top {
      z-index:1061;
    }
    

    Popovers default to index 1060, so anything that is above 1060 is positioned over Popovers

    Sory for the wrong English I'm Brasilian and I am using Google Translate

提交回复
热议问题