I am trying to use a modal as a popup help window. I set backdrop to \'nothing\'. When the modal is opened (without backdrop) input fields in \'original\' page cannot be foc
Using Bootstrap version 3.3.2 and none of the above solution worked.
Adding the following CSS did the trick
.modal-backdrop { position: static; }