Skip to content
New issue

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

Child element with overflow property prevents pan/swipe #104

Open
nickschot opened this issue Oct 30, 2017 · 0 comments
Open

Child element with overflow property prevents pan/swipe #104

nickschot opened this issue Oct 30, 2017 · 0 comments

Comments

@nickschot
Copy link

nickschot commented Oct 30, 2017

Seeing this with Chrome (in responsive mode and on android). Only 1-3 pan events are fired for me when panning over a div component with e.g.

height: 100vh;
overflow-x: hidden;
overflow-y: auto;

Relevant Hammer.js discussion: hammerjs/hammer.js#1065

Workaround which worked for me was applying the CSS touch-action: pan-y to the memory-scroll component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant