After successfully creating a 3D interactive animation using Three.js, I added a Div element that hovers above the rendered objects in space. To ensure I can select text inside this Div, I adjusted the z-index property to a higher value. However, I encountered an issue where attempting to select text highlighted the objects beneath the Div instead. My goal is to replicate the same functionality found here: , where div elements are overlaid on the 3D objects and text selection works seamlessly.