Przeglądaj źródła

removing overflow perhaps?

David Catuhe 7 lat temu
rodzic
commit
1f94937ed0
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      sandbox/index.css

+ 2 - 1
sandbox/index.css

@@ -14,10 +14,11 @@
 
 #renderCanvas {
     position: absolute;
+    overflow: hidden;
     width: 100%;
     height: 100%;
     top: 0;
-    margin :0;
+    margin: 0;
     right: 0;
     left: 0;
     touch-action: none;