فهرست منبع

css fix for windows

Gregg Tavares 6 سال پیش
والد
کامیت
89b162004c
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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;