Fade content for sign in popup?
Anyone know how to modify the code to cause the content to fade when the sign-in popup comes up? Any chance there's a fast trick for this? I'm already knee-deep in the code just trying to figure out how this popup is rendered...
Tagged:
0

Comments
Yes, most popups have an overlay or container wrap .
.Overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); }❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thank you much @vrjvlinder!
You are very Welcome !
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌