Nicolas Cannasse 4 年之前
父节点
当前提交
0e359774fa
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      bin/style.css
  2. 1 1
      bin/style.less

+ 1 - 1
bin/style.css

@@ -681,7 +681,7 @@ input[type=checkbox]:checked:after {
   overflow: auto;
   padding: 10px;
   background: #111;
-  max-height: 80%;
+  max-height: 50%;
   overflow-y: auto;
 }
 .hide-properties .cdb-large .btn-cdb-large {

+ 1 - 1
bin/style.less

@@ -748,7 +748,7 @@ input[type=checkbox] {
 			overflow: auto;
 			padding: 10px;
 			background: #111;
-			max-height: 80%;
+			max-height: 50%;
 			overflow-y: auto;
 		}
 		.btn-cdb-large {