Quellcode durchsuchen

css fix for windows

Gregg Tavares vor 6 Jahren
Ursprung
Commit
89b162004c
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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;