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
The hint is positioned on the side where there is enough space for it.
Actual Behavior
The hint is positioned incorrectly, it is displayed on top despite the fact that there is not enough space for it.
Errors and Screenshots (optional)
Even in the demo, the hint at the third step goes out of view. It seems to me that the problem may be that the calculation of the hint position occurs earlier than necessary (before scrolling to the element occurs)
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
Incorrect positioning of hint
Expected Behavior
The hint is positioned on the side where there is enough space for it.
Actual Behavior
The hint is positioned incorrectly, it is displayed on top despite the fact that there is not enough space for it.
Errors and Screenshots (optional)
Even in the demo, the hint at the third step goes out of view. It seems to me that the problem may be that the calculation of the hint position occurs earlier than necessary (before scrolling to the element occurs)
The text was updated successfully, but these errors were encountered: