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: https://github.com/hammerjs/hammer.js/issues/1065 Workaround which worked for me was applying the CSS `touch-action: pan-y` to the memory-scroll component.