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
When swiping on a menu in Firefox, only vertical scrolls are received. The horizontal scrolls will be blocked. (expect for the first wheelX event).
On the canvas area wheelX & wheelY can both be received: There must be something different between a canvas-panel div and menu-panel div.
The text was updated successfully, but these errors were encountered:
Firefox implemented over scroll gesture, when scrolling to the top of page will navigate forward/back.
use overscroll-behavior: none; on both html and div will solve this.
overscroll-behavior: none;
Sorry, something went wrong.
No branches or pull requests
When swiping on a menu in Firefox, only vertical scrolls are received. The horizontal scrolls will be blocked. (expect for the first wheelX event).
On the canvas area wheelX & wheelY can both be received: There must be something different between a canvas-panel div and menu-panel div.
The text was updated successfully, but these errors were encountered: