dnhyde / aframe-aurelia

Testing integration of AFrame Web VR in aurelia
MIT License
1 stars 0 forks source link

mdl-layout causes unexpected zoom on aframe #2

Open dnhyde opened 7 years ago

dnhyde commented 7 years ago

When A-Frame scene is embedded in a mdl-layout the scene is zoomed and moving is disabled.

<main class="mdl-layout__content">
  <ascene></ascene>
</main>
dnhyde commented 7 years ago

Similar issue is solved with Bootstrap by embedding the a-frame component, issue still remains with Google Material Design Lite Stackoverflow question