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
After a day of struggling I figured out setting height :100% to .modal-backdrop.in class worked. height : 100% made opacity to show up whole page.