I'm displaying a dialog on a mobile screen that's longer than the size of the screen (so it scrolls).
Here's the problem: When you scroll past the bottom of the dialog (I happen to be using Bootstrap 3), I expect it to just stop. Instead, it starts scrolling the underlying body. I've tried everything that's been suggested in this recommended solution, and it still doesn't freaking work!
Here's a live demo of the issue on JSbin, for your viewing pleasure
Note: To reproduce the issue, access it using a mobile - any mobile - and attempt to scroll past the end of the dialog. Tried it on Android, and iPhone - doesn't work for either.
Thanks!