Replies: 1 comment
-
I guess there is no real solution for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I've been trying to make a tooltip display to the left of the pointer. See https://codesandbox.io/s/suspicious-faraday-3mtds. I've tried adding the offset (-200px) to the
tooltipLeft
parameter, but it does not detect bounds correctly. How can I fix that?I'd really like to be able to use and specify the anchor point of a tooltip (top-left, bottom-right, center-left etc.) Thanks!
Beta Was this translation helpful? Give feedback.
All reactions