diff --git a/docs/content/components/tooltip.md b/docs/content/components/tooltip.md index 0d05db4..062d415 100644 --- a/docs/content/components/tooltip.md +++ b/docs/content/components/tooltip.md @@ -13,3 +13,15 @@ Use the standard `title` attribute on any element to render a tooltip with smoot Profile ``` {% end %} + +### Special Elements + +The technique used to display these tooltips won't work on a few HTML elements, most notably ``, so the native browser tooltip will be shown. To work around this issue, simply wrap those elements into another (e.g. `
` or ``), and move the `title` attribute onto that parent element: + +```html + + + +``` + +Other elements affected by this are ``, `