Skip to content

Commit

Permalink
Update docs/_includes/tourtip.html
Browse files Browse the repository at this point in the history
Co-authored-by: Ian McBurnie <[email protected]>
  • Loading branch information
agliga and ianmcburnie authored Dec 20, 2023
1 parent f249903 commit 0cd4331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/tourtip.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2 class="tourtip__heading" id="tourtip-label">Tourtip</h2>
</div>
{% endhighlight %}

<p>For this example, we are using floating-ui to position the tourtip and the arrow</p>
<p>By default, the position of the overlay and its pointer will remain static. For these following examples, we are using [floating-ui](https://floating-ui.com) to help position the tooltip and the pointer _dynamically_.</p>
<p>In order to get this to work with floating-ui, you need to remove pointer position <span class="highlight">tourtip__pointer--top-left</span> and remove any style positioning</p>

<div class="demo">
Expand Down

0 comments on commit 0cd4331

Please sign in to comment.