Is it possible to pass mouse clicks through an overlaying element:
This can be solved using CSS:
div { pointer-events:none; }
Supported by IE 11+, Chrome, Firefox, Safari and Opera.
More details: https://developer.mozilla.org/en-US/docs/CSS/pointer-events