Make a Bootstrap popover modal?

11,444

Solution 1

take a look at this script, i think this should help u

http://scruffles.github.io/BootstrapModalPopover/

Solution 2

add

.popover, .tooltip {
    z-index: 1060 !important;
}

to your styles

Share:
11,444
user1561108
Author by

user1561108

Updated on June 09, 2022

Comments

  • user1561108
    user1561108 almost 2 years

    I show a popover manually in javascript but for added emphasis I'd like to make it modal i.e. disable background functionality and fade. Is there an option to do this or how would I go about it manually?

    I know it's mixing design metaphors but it would be useful functionality and I can't see restyling modals to adapt to relative positioning being easy.

  • IceWarrior353
    IceWarrior353 almost 7 years
    I found in bootstrap 3 that the z-index had to be over 2000.