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
Select "Right Start", "Right Center" or "Right End"
Most likely, the scrollbar is taken into account here and "window.innerWidth" is used
I think that the situation will be corrected by using "document.documentElement.clientWidth" to exclude the scrollbar.
The text was updated successfully, but these errors were encountered:
If popover.side: "right" is set, then popover is offset to the left.
You can see this even on the "popover-position" demo
Load the page:
https://driverjs.com/docs/popover-position
Select "Right Start", "Right Center" or "Right End"
Most likely, the scrollbar is taken into account here and "window.innerWidth" is used
I think that the situation will be corrected by using "document.documentElement.clientWidth" to exclude the scrollbar.
The text was updated successfully, but these errors were encountered: