diff --git a/site/content/docs/5.0/components/popovers.md b/site/content/docs/5.0/components/popovers.md index acc766d71f..0a16f89e19 100644 --- a/site/content/docs/5.0/components/popovers.md +++ b/site/content/docs/5.0/components/popovers.md @@ -248,13 +248,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. manual cannot be combined with any other trigger. - offset - number | string - 0 - Offset of the popover relative to its target. For more information refer to Popper's offset docs. - - - fallbackPlacement + fallbackPlacements string | array 'flip' Allow to specify which position Popper will use on fallback. For more information refer to diff --git a/site/content/docs/5.0/components/tooltips.md b/site/content/docs/5.0/components/tooltips.md index 6669c7e719..25ef1447a2 100644 --- a/site/content/docs/5.0/components/tooltips.md +++ b/site/content/docs/5.0/components/tooltips.md @@ -253,7 +253,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt - fallbackPlacement + fallbackPlacements null | array null Allow to specify which position Popper will use on fallback. For more information refer to