瀏覽代碼

PG issue 2096 : CSS Fix

Jaskar 8 年之前
父節點
當前提交
6e221b84a4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Playground/css/index.css

+ 1 - 1
Playground/css/index.css

@@ -40,7 +40,7 @@ body {
 }
 .wrapper #jsEditor {
     padding-top:5px;
-    height: 100%;
+    height: calc(100% - 10px);
 }
 
 .wrapper #jsEditor.light {