floating-ui/react-dom: How to prevent tooltip pop-up from relocating based on spacing and window size?

973 views Asked by At

How do I make the position of the floating-ui/react-dom tooltip pop-up static [ always next to the trigger element, either left or right based on horizontal space ]:

enter image description here

Currently my tooltip pop-up position keeps changing vertically based on the vertical space, how do I stop it and make it fixed?

enter image description here

Here is my sandbox code: https://codesandbox.io/p/sandbox/polished-waterfall-ilc51b

0

There are 0 answers