CSS2DRenderer Stopping the Raycaster Rays

I had sprites in my 2d Scene, and
normally it was working fine with raycaster working properly.
But when i add CSS2DRenderer in the scene. I was not able to interact with the objects, I have changed its zIndex of the div in which all the other labels are rendered, It blocked the interaction with buttons rendered in threejs scene.

How can i fix this ?

Depends on what you’re exactly aiming for - would just setting ‘pointer-events: none;’ in CSS give the effect your aiming for?