We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation issue: scrollLeft can return a Double in Chrome (tested in Chrome 96) and Edge.
Repro by changing the zoom level and scrolling horizontally. https://jsfiddle.net/d6u2sjth/4/
MDN says: "Warning: On systems using display scaling, scrollLeft may give you a decimal value" https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollLeft
See also: #608
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Documentation issue: scrollLeft can return a Double in Chrome (tested in Chrome 96) and Edge.
Repro by changing the zoom level and scrolling horizontally.
https://jsfiddle.net/d6u2sjth/4/
MDN says: "Warning: On systems using display scaling, scrollLeft may give you a decimal value"
https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollLeft
See also: #608
The text was updated successfully, but these errors were encountered: