Skip to content

Child element with overflow property prevents pan/swipe #104

@nickschot

Description

@nickschot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions