aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.66k stars 3.97k forks source link

aframe master 0.7.0 (Date 2018-02-10, Commit #5f4179d) stats vr-mode-ui and inspector not shown ( behind sky) #3389

Closed arpu closed 6 years ago

arpu commented 6 years ago

Description: aframe master 0.7.0 (Date 2018-02-10, Commit #5f4179d) stats vr-mode-ui and inspector not shown ( behind sky)

if i remove the sky and the set the background none i can see the stats but the vr-mode-ui is not clickable -> https://subsequent-morocco.glitch.me/ looks like a z-index problem and all the gui elements are behind the sky

arpu commented 6 years ago

removing this css style solved my problem https://github.com/aframevr/aframe/blob/master/src/style/aframe.css#L58

but do not know if this is needed for other fullscreen browsers?