diff options
author | Tom Smeding <t.j.smeding@uu.nl> | 2025-04-09 21:00:30 +0200 |
---|---|---|
committer | Tom Smeding <t.j.smeding@uu.nl> | 2025-04-09 21:00:30 +0200 |
commit | f1931f4a2e01f57853f2e7dc347056804ec6dc95 (patch) | |
tree | e8b03ccbe088e563dc05a4e0dc61073a49f43ba1 /modules | |
parent | 482d2676a1abad0a64bc525d6f060fb7e547701d (diff) |
unicode: Don't limit height of tables
Diffstat (limited to 'modules')
-rw-r--r-- | modules/unicode/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/unicode/index.html b/modules/unicode/index.html index 407d6b5..fb46ba2 100644 --- a/modules/unicode/index.html +++ b/modules/unicode/index.html @@ -24,10 +24,10 @@ body { .table > div > span.space-spacer { width: 1em; } -.table { +/* .table { max-height: 300px; overflow-y: scroll; -} +} */ .invisible { display: none; } |