Nicolas Cannasse 4 years ago
parent
commit
0e2b3cd959
2 changed files with 4 additions and 0 deletions
  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;