diff options
| author | Rohit Sharma <[email protected]> | 2021-04-27 17:26:06 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-27 14:56:06 +0300 |
| commit | 610155b74c444eafc161bc4cd84a7c442e1af12b (patch) | |
| tree | 418715cc2b3ae0f78e1ac5d58d6b139f960ef69a | |
| parent | fff55d7b4b8dbf82e9f393257c0b50c3e2742e39 (diff) | |
| download | bootstrap-610155b74c444eafc161bc4cd84a7c442e1af12b.tar.xz bootstrap-610155b74c444eafc161bc4cd84a7c442e1af12b.zip | |
Tooltip — doc updates (#33771)
| -rw-r--r-- | site/content/docs/5.0/components/tooltips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/components/tooltips.md b/site/content/docs/5.0/components/tooltips.md index b92b3f95c..80a679fd6 100644 --- a/site/content/docs/5.0/components/tooltips.md +++ b/site/content/docs/5.0/components/tooltips.md @@ -269,7 +269,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt <td><code>boundary</code></td> <td>string | element</td> <td><code>'clippingParents'</code></td> - <td>Overflow constraint boundary of the tooltip (Applied only for the preventOverflow modifier of the Popper). By default it's <code>'clippingParents'</code> and can accept an HTMLElement reference (via JavaScript only). For more information refer to Popper's <a href="https://popper.js.org/docs/v2/utils/detect-overflow/#boundary">detectOverflow docs</a>.</td> + <td>Overflow constraint boundary of the tooltip (applies only to Popper's preventOverflow modifier). By default it's <code>'clippingParents'</code> and can accept an HTMLElement reference (via JavaScript only). For more information refer to Popper's <a href="https://popper.js.org/docs/v2/utils/detect-overflow/#boundary">detectOverflow docs</a>.</td> </tr> <tr> <td><code>customClass</code></td> |
