Created by: goooseman
In documentation it is said, that modal overlapping is not supported. But with recent version of Bootstrap it is working fine, except one bug:
You can open the second modal on top of the first modal without any problems at all, but, when you close the second modal, 'modal-open' class is removed from 'body', and you can't scroll the first modal. I have created a jsfiddle to illustrate this bug.
This pull request fixes this bug, so modal overlapping is fully supported.