浏览代码

removing overflow perhaps?

David Catuhe 7 年之前
父节点
当前提交
1f94937ed0
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;