I placed div with react element in Html from drei and the element doesn’t respond on scroll and flipped.
In documentation no parameters flipX or Y. I know people use iframe for to show website and be able to scroll, but the iframe is flipped too. I found problem in transform
and distanceFactor={0.102}
Code:
<mesh
geometry={nodes.main_monitor_screen.geometry}
>
<Html
position={[-0.124, 0.554, 0.875]}
transform
rotation={[0,0,.0001]}
distanceFactor={0.102}
occlude="blending"
>
<div className="w-[1940px] h-[1170px]">
<Landing/>
</div>
</Html>
</mesh>