diff options
author | Mateja <mail@matejamaric.com> | 2020-10-05 14:42:15 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-10-05 14:42:15 +0200 |
commit | fa679bddf7a5930bc9f0482165b290a2946cff5f (patch) | |
tree | 1db22d6923b4ca265415f7b36ee205f6d31ff611 | |
parent | 2fec3cd2d3d302dea152569a45e164aa6c7ec6a8 (diff) | |
download | old-php-yota-fa679bddf7a5930bc9f0482165b290a2946cff5f.tar.gz old-php-yota-fa679bddf7a5930bc9f0482165b290a2946cff5f.zip |
Use max-height for tables;
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ td, th { .tablediv { overflow-x: scroll; - height: 70vh; + max-height: 70vh; } /*div.tablediv {*/ |