I am encountering an issue on a mobile screen where I am displaying a dialog that is longer than the screen size, causing it to scroll.
The problem arises when scrolling past the bottom of the dialog (I am utilizing Bootstrap 3) as instead of stopping, it begins to scroll the underlying body. Despite trying all suggested solutions from this resource, the issue still persists!
For a live demonstration of the problem, check out the JSbin link below
Please note: To replicate the problem, access the link on any mobile device and try scrolling past the end of the dialog. I have tested this on both Android and iPhone with no success.
Thank you for your help!