Browse Source

removing overflow perhaps?

David Catuhe 7 years ago
parent
commit
1f94937ed0
1 changed files with 2 additions and 1 deletions
  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;