diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index a3e5f81cdd..174e9969a1 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -220,6 +220,14 @@ $('.popover-dismiss').popover({ 'click' How popover is triggered - click | hover | focus | manual + + viewport + string | object + { selector: 'body', padding: 0 } + +

Keeps the popover within the bounds of this element. Example: viewport: '#viewport' or { selector: '#viewport', padding: 0 }

+ +