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 ?