-
Hey, |
Beta Was this translation helpful? Give feedback.
Answered by
mbgower
Jan 4, 2023
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
reinisg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tooltip is there (you can see the vertical scrollbar to extend when it's activated). You have to scroll down to see it.
Obviously not ideal.
You've specified a bottom alignment for your tips.
<Tooltip align="bottom" label="Tasty">
If you remove your align attribute entirely, the tips will automatically position. Here's your bottom row with no position specified
All the tooltips are visible without the align attribute set (although the one on the top row is slightly truncated at the top).