Notice the links are not highlighting under the ovelay
If you add pointer-events: none to the overlay, the overlays will no longer get in the way, as if they do not exist.
This is useful for
- modal windows.
- adding button-like elements on top of select boxes.
- clicking through stylistic overlays like in the example.