HTML Click through div

clickable through transparent DIV

clickable through div layer
1pointer-events:none;

If in your transparent div element have another child elements and you want to make it still clickable, add this css

1pointer-events:all;
18420cookie-checkHTML Click through div