Ver Fonte

css fix for windows

Gregg Tavares há 6 anos atrás
pai
commit
89b162004c
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      threejs/lessons/resources/index.css

+ 2 - 2
threejs/lessons/resources/index.css

@@ -1,13 +1,13 @@
 body {
   margin: 0;
-  width: 100vw;
+  width: 100%;
 }
 .lesson-main>* {
     margin: 1em 0;
 }
 iframe.background {
     position: fixed;
-    width: 100vw;
+    width: 100%;
     height: 100vh;
     border: none;
     top: 0;