Pointer-events overlay
Three identical buttons. One is clear, one sits under a fully transparent overlay that swallows the click, and one sits under an overlay with pointer-events set to none, which does not. Nothing here is deceptive: every overlay is outlined and labelled.
No overlay
Overlay intercepts
Overlay with pointer-events: none
What received the click
Nothing yet.