Browse Source

The inspector is now scrollable entirely on sandbox

Julian 8 years ago
parent
commit
78ca667aad
1 changed files with 1 additions and 1 deletions
  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;