From fa679bddf7a5930bc9f0482165b290a2946cff5f Mon Sep 17 00:00:00 2001 From: Mateja Date: Mon, 5 Oct 2020 14:42:15 +0200 Subject: Use max-height for tables; --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d76bb23..3b538e5 100644 --- a/style.css +++ b/style.css @@ -97,7 +97,7 @@ td, th { .tablediv { overflow-x: scroll; - height: 70vh; + max-height: 70vh; } /*div.tablediv {*/ -- cgit v1.2.3