Skip to content

Commit

Permalink
docs: add interactive note
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Nov 3, 2021
1 parent 85d218a commit f5c0a18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/src/pages/v6/all-props.mdx
Expand Up @@ -544,6 +544,13 @@ tippy(targets, {
});
```

> **Note**
>
> When `true`, the tippy will be appended to the `targets` parent element for
> accessibility reasons by default. This means it can inherit styling, such as
> `text-align: center`. If you are experiencing issues with positioning, add
> `appendTo: () => document.body` to your props.
<Demo>
<Tippy interactive={false}>
<Button>interactive: false</Button>
Expand Down

0 comments on commit f5c0a18

Please sign in to comment.