From fa0f0e4d283168023c947aec0c00087d07d6c149 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 30 Jun 2016 10:53:30 +0200 Subject: [PATCH] unbreak styles --- customize.dist/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }