/ Published in: CSS
If you want to have an element that appears on a higher z-index than another, but don't want it to receive click events, use the following:
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#overlay { pointer-events: none; }