driver.js
driver.js copied to clipboard
If the space is not enough The popover does not appear correctly positon
when I set popover options side: bottom and align: center
and the element is on the left side then the popover does not appear correctly position
You need to remove the align option for the h1 step.
The reason for this is that the h1 element is too close to the browser edge for the popover to render properly.
You need to remove the align option for the h1 step.
The reason for this is that the
h1element is too close to the browser edge for the popover to render properly.
Thank you
I know what you mean but h1 is not always in this position
If I remove the align option and h1 has enough space to render properly
Due to the align default value is left It doesn't meet my expectations center
In this situation, do I need to compute a safe distance by myself and set the right align option?