From: Kyle Tsang <6854874+kyletsang@users.noreply.github.com> Date: Thu, 4 Feb 2021 05:26:32 +0000 (-0800) Subject: Fix boundary config description for dropdown and popover (#32979) X-Git-Tag: v5.0.0-beta2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22d8e34b3eb969d241498337b07ac143e3c4b619;p=thirdparty%2Fbootstrap.git Fix boundary config description for dropdown and popover (#32979) --- diff --git a/site/content/docs/5.0/components/dropdowns.md b/site/content/docs/5.0/components/dropdowns.md index 4c80e863c0..199c7a024f 100644 --- a/site/content/docs/5.0/components/dropdowns.md +++ b/site/content/docs/5.0/components/dropdowns.md @@ -881,7 +881,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
boundary'scrollParent''clippingParents''clippingParents' and can accept an HTMLElement reference (JavaScript only). For more information refer to Popper's preventOverflow docs.boundary |
string | element | -'scrollParent' |
- Overflow constraint boundary of the popover. Accepts the values of 'viewport', 'window', 'scrollParent', or an HTMLElement reference (JavaScript only). For more information refer to Popper's preventOverflow docs. |
+ 'clippingParents' |
+ Overflow constraint boundary of the popover. By default it's 'clippingParents' and can accept an HTMLElement reference (JavaScript only). For more information refer to Popper's preventOverflow docs. |
customClass |