On my Bootstrap 4 modal, I have encountered an issue with scrollable content. When I am at the top of the content and try to scroll downwards, nothing happens because I am already at the top. However, if I continue to hold the touch without releasing it, then attempt to scroll in the opposite direction, the scrolling gets locked and won't work until I release the touch. This problem is specific to touch devices regardless of the operating system.
It's unclear whether this behavior is a bug or intentional design, and I'm struggling to find a way to allow continuous scrolling even when at the top of the content.
https://i.sstatic.net/ChbxG.gif
To recreate this issue, visit codepen.io/heychris/pen/dMExrG and follow these steps: open developer tools in Chrome, switch to a touch device like iPhone X.