I know this is a frequently asked question, but the solution to add body.modal-open {overflow:hidden;}
to solve this problem as mentioned in this post won't work, if CSS3 is included.
- See for example this bootply, where it is possible to scroll the body.
- Same example without including CSS3 -> bootply. The standard solution works perfectly.
How can I prevent the Body from scrolling when modal is opened and CSS3 is included?