You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am using place="bottom-start" and it works as expected. When the anchor element is towards the bottom of the screen the tooltip opens above. Is there a way to disable that auto positioning and have the tooltip always open bottom-start regardless of where it is on the screen?
The text was updated successfully, but these errors were encountered:
Although we don't have an explicit way of doing this, you can achieve it by using customizing the middlewares prop. Here's an explanation from a previous issue.
As explained there, what you probably want to do is remove both shift() and flip(), so you'll end up with something like this
Currently I am using
place="bottom-start"
and it works as expected. When the anchor element is towards the bottom of the screen the tooltip opens above. Is there a way to disable that auto positioning and have the tooltip always open bottom-start regardless of where it is on the screen?The text was updated successfully, but these errors were encountered: