MozillaReality / immersive-custom-elements

Immersive Custom Elements
https://mixedreality.mozilla.org/immersive-custom-elements/examples/index.html
Mozilla Public License 2.0
134 stars 8 forks source link

Fix button position #18

Closed takahirox closed 5 years ago

takahirox commented 5 years ago

This PR fixes ENTER VR button position from top left in window to center bottom in canvas.

Seems like I needed to set position: relative; to wrapper div element to place button in canvas.