Point the contract doc at a heading that exists, and let the table say which axes it scrolls
CI / full-gate (push) Successful in 2m48s

This commit is contained in:
2026-09-09 15:16:36 +02:00
parent 09d86eddad
commit 33065afd18
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -562,7 +562,7 @@ span.nav-self { cursor: default; } /* static / non-clickable */
/* ---------- 9. TABLE --------------------------------------- */
/* A bounded region is opt-in: give this a height and the header below stays put inside it. */
.table-wrap { overflow-x: auto; }
.table-wrap { overflow: auto; }
table.table {
width: 100%; border-collapse: separate; border-spacing: 0;
font-size: var(--fz); font-variant-numeric: tabular-nums;