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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Good catch! Although this would be a quick fix, want to make a PR anyway? The reason I ask is because it would give the project some weight having outside contributors.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would submit a PR but this is probably a 2 minutes job for you to correct.
In line https://github.com/trotzig/react-available-times/blob/master/src/Day.jsx#L49 to support all browsers and correct/future implementations should be something like:
const realY = pageY - top - (window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0);
Reference: http://lists.w3.org/Archives/Public/www-style/2013Oct/0287.html
Great job btw!
The text was updated successfully, but these errors were encountered: