Bläddra i källkod

css fix for windows

Gregg Tavares 6 år sedan
förälder
incheckning
89b162004c
1 ändrade filer med 2 tillägg och 2 borttagningar
  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;