소스 검색

Merge pull request #2798 from Temechon/master

The inspector is now scrollable entirely on sandbox
Julian 8 년 전
부모
커밋
736f7e8971
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sandbox/index.css

+ 1 - 1
sandbox/index.css

@@ -54,7 +54,7 @@ a {
 #renderCanvas {
     position: absolute;
     width: 100%;
-    height: 100%;
+    height: 93.3%;
     top: 0;
     margin-bottom: 70px;
     touch-action: none;