Name the table's local after the class it applies, and let a broken chain show itself

This commit is contained in:
2026-09-09 14:18:36 +02:00
parent 696da397e7
commit cb4f8d6e98
7 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -734,7 +734,7 @@ th[aria-sort="descending"] .sort-ico { transform: rotate(180deg); }
document. For a page whose whole point is a bounded frame — a board of full-height columns, a table
whose header must stay put. The height is the shell's to give: a page computing it would have to
know the topbar's own. What fills that height is the page's to say — `.scroll-region` below. */
.app-fill { height: 100dvh; overflow: hidden; }
.app-fill { height: 100dvh; overflow: auto; }
.app-fill .content { min-height: 0; }
/* Marks the one element that takes the leftover height and scrolls. Every ancestor between it and