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
As you can see in the below image, with clean theme, the background container should be highlighting the messaging icon. But because of the sticky header and scrolling, the offset is incorrectly calculated.
This seems to be happening in the method Tour.prototype.positionBackdrop in usertours/amd/src/tour.js
I've also noticed that the positionBackdrop is being called in Tour.prototype.addStepToPage method before scroll animation is triggered. Calling Tour.prototype.positionBackdrop after the scroll animation seems to fix this issue but I do not know if it is appropriate to do so.
The text was updated successfully, but these errors were encountered:
As you can see in the below image, with clean theme, the background container should be highlighting the messaging icon. But because of the sticky header and scrolling, the offset is incorrectly calculated.
This seems to be happening in the method Tour.prototype.positionBackdrop in usertours/amd/src/tour.js
I've also noticed that the positionBackdrop is being called in Tour.prototype.addStepToPage method before scroll animation is triggered. Calling Tour.prototype.positionBackdrop after the scroll animation seems to fix this issue but I do not know if it is appropriate to do so.
The text was updated successfully, but these errors were encountered: