I am developing a small chrome extension so that the user can see what he is dialing. This is a simple translucent floating div element. The problem that I have is that the html elements below it do not receive click events, because the div element is above them (> z-index).
My question is: Is it possible to make my div โtransparentโ for click events (and other types of events)?
Picture:

source
share