aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-10-05 14:42:15 +0200
committerMateja <mail@matejamaric.com>2020-10-05 14:42:15 +0200
commitfa679bddf7a5930bc9f0482165b290a2946cff5f (patch)
tree1db22d6923b4ca265415f7b36ee205f6d31ff611
parent2fec3cd2d3d302dea152569a45e164aa6c7ec6a8 (diff)
downloadold-php-yota-fa679bddf7a5930bc9f0482165b290a2946cff5f.tar.gz
old-php-yota-fa679bddf7a5930bc9f0482165b290a2946cff5f.zip
Use max-height for tables;
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
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 {*/