Answers for "css popover bootstrap"

0

bootstrap popover style width

.popover{
    max-width: 100%; 
    /* Max Width of the popover (depending on the container!) */
}
Posted by: Guest on July-16-2020
-2

bootstrap popover

<button type="button" class="btn btn-lg btn-danger" data-bs-toggle="popover" title="Popover title" data-bs-content="And here's some amazing content. It's very engaging. Right?">Click to toggle popover</button>
Posted by: Guest on February-15-2021

Browse Popular Code Answers by Language