Twitter Bootstrap tooltip and popover opacity and overlay

前端 未结 3 1959
失恋的感觉
失恋的感觉 2021-01-04 08:17

I am trying to decide on tooltip or popover .. or use both based on need. Here is the issue.

I have a bootstrap top stationary navbar on my site. The site is white a

3条回答
  •  悲&欢浪女
    2021-01-04 08:56

    You can use this CSS to overwrite default setting

    .tooltip.show {
        opacity: 1 !important;
    } 
    

提交回复
热议问题