diff --git a/customize.dist/index.html b/customize.dist/index.html
index 6e3c9f530..d3790f95c 100644
--- a/customize.dist/index.html
+++ b/customize.dist/index.html
@@ -46,9 +46,9 @@
table.scroll thead { display: block; }
table.scroll tbody {
- /* max-height: 100px;
+ max-height: 100px;
overflow-y: auto;
- overflow-x: hidden; */
+ overflow-x: hidden;
}
tbody { border-top: 2px solid black; }