fix: ridotto max-height tabella da 600px a 350px

This commit is contained in:
2026-06-29 16:26:27 +02:00
parent 54cbf385c7
commit 54a69d5021

View File

@@ -109,7 +109,7 @@ header.hero{padding:48px 0 28px;border-bottom:1px solid var(--line)}
border-radius:var(--radius);box-shadow:var(--shadow); border-radius:var(--radius);box-shadow:var(--shadow);
/* Show roughly 10 rows; once the list is longer the card scrolls /* Show roughly 10 rows; once the list is longer the card scrolls
vertically instead of growing the page. The header stays pinned. */ vertically instead of growing the page. The header stays pinned. */
max-height:600px;overflow:auto; max-height:350px;overflow:auto;
} }
table{width:100%;border-collapse:collapse;font-size:14px} table{width:100%;border-collapse:collapse;font-size:14px}
thead th{ thead th{