Skip to content

Commit

Permalink
Merge branch 'main' of github.com:wickerdad/tulip
Browse files Browse the repository at this point in the history
  • Loading branch information
wickerdad committed Jul 5, 2024
2 parents ddddc15 + 27202de commit c0c60bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ tulips.forEach((tip) => {

There are a few things that could cause issues as you use tulip. These are all within the main `tulip()` function:
1. `overflowX` on the body is set to `hidden` as the tooltip is being shown. This is set back to `auto` once the tooltip is visible, but this could cause unintended scrollbar behavior, especially if you have horizontally scrolling content.
2. `max-content` is used to size `tulip-wrap`. This is [well supported](https://caniuse.com/mdn-css_properties_width_max-content), but may be something to watch for.
2. `max-content` is used to size `tulip-wrap`. This is [well supported](https://caniuse.com/mdn-css_properties_width_max-content), but may be something to watch for.

0 comments on commit c0c60bd

Please sign in to comment.