I am using bootstrap modal. When modal is open background content opacity is not changed by default. I tried changing in js using
function showModal() { doc
It should work with:
.modal:before{ opacity:0.001 !important; }