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 |