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
this is because window.scrollY and window.scrollX aren't supported. We need to use window.pageYOffset etc as a fallback instead. I'll do a pr when I have some time.
The text was updated successfully, but these errors were encountered:
this is because
window.scrollY
andwindow.scrollX
aren't supported. We need to usewindow.pageYOffset
etc as a fallback instead. I'll do a pr when I have some time.The text was updated successfully, but these errors were encountered: