change the css version to 3.3.2 in this plunker code and the backdrop won't appear when you open the modal.
from
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
to
<link href="//netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
http://plnkr.co/edit/rzU6gQsjEP4R9sGKO2dl
This is a recently introduced bug.
Add this CSS workaround:
.modal-backdrop {
bottom: 0;
position: fixed;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With