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

+ 2 - 0
bin/style.css

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

+ 2 - 0
bin/style.less

@@ -745,6 +745,8 @@ input[type=checkbox] {
 			overflow: auto;
 			padding: 10px;
 			background: #111;
+			max-height: 80%;
+			overflow-y: auto;
 		}
 		.btn-cdb-large {
 			opacity: 1;