diff options
Diffstat (limited to 'docs/4.0/components')
| -rw-r--r-- | docs/4.0/components/modal.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/components/modal.md b/docs/4.0/components/modal.md index 913f81eb0..25891bf40 100644 --- a/docs/4.0/components/modal.md +++ b/docs/4.0/components/modal.md @@ -226,10 +226,10 @@ When modals become too long for the user's viewport or device, they scroll indep </div> <div class="modal-body"> <h5>Popover in a modal</h5> - <p>This <a href="#" role="button" class="btn btn-secondary popover-test" title="Popover title" data-content="Popover body content is set in this attribute.">button</a> triggers a popover on click.</p> + <p>This <a href="#" role="button" class="btn btn-secondary popover-test" title="Popover title" data-content="Popover body content is set in this attribute." data-container="#exampleModalPopovers">button</a> triggers a popover on click.</p> <hr> <h5>Tooltips in a modal</h5> - <p><a href="#" class="tooltip-test" title="Tooltip">This link</a> and <a href="#" class="tooltip-test" title="Tooltip">that link</a> have tooltips on hover.</p> + <p><a href="#" class="tooltip-test" title="Tooltip" data-container="#exampleModalPopovers">This link</a> and <a href="#" class="tooltip-test" title="Tooltip" data-container="#exampleModalPopovers">that link</a> have tooltips on hover.</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> |
