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
I found a small cross-browser issue in scrollery.js. If I add data-scrollery=body to the body element, the event listener is added to window, but the window.scrollTop attribute does not exist. However document.documentElement.scrollTop does work.