One example I can give:
.nightly{
z-index: 9000;
position: fixed;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.5);
}
<div class="nightly">
</div>
<div class="body">
<button>Test</button>
<a href="#">Test 1</a>
</div>
Wanted to know how about the div.nightly
" transparent "for clicks, or can click the button, link, etc. below it?