I\'m trying to use Bootstrap for the first time and am having an issue with modal dialogs. Using the example code on this page, when the modal is opened a scrollbar appears,
It is so simple, just add to your css:
body.modal-open{overflow:hidden!important;} /*Optional:*/ .modal-open, .modal{padding-right:0!important}