ryota-mitarai / aframe-websurfaces

📦 An aframe component for adding interactable webpages to your scene.
https://www.npmjs.com/package/aframe-websurfaces
MIT License
16 stars 10 forks source link

Iframe rendering under websurface #2

Open emilevirus opened 3 years ago

emilevirus commented 3 years ago

If the Aframe scene is embedded and there's HTML code over the Aframe scene, the iframe will render under the web surface image

calvincs commented 2 years ago

Also having this issue, looking for a way to correct his in the application

calvincs commented 2 years ago

You can fix this by adjusting your z-index and/or your div positioning. In my case, I made my divs fixed (absolute) where possible. Like nav bars as an example.