소스 검색

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;