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,
This is my solution
#myModal{ overflow:hidden; } body { overflow-y: scroll !important; }
With this,you will force your page to have a scroll bar.