I have to two html elements, element A and element B. Element A is on top of element B wrt their z-indices. Element A is a transparent canvas through which I can see element B. Since element A is above element B, I cannot interact with element B.
Is it possible to interact with the underneath element B without changing the z-indices?