Files
docmost/apps/client/src
Philipinho 137c02a10f feat(base): sticky table header so columns stay visible while scrolling
Pins the header row to the top of the gridWrapper scroll viewport, with
the pinned-left corner cell stacking above pinned body cells at the
top-left intersection. The trailing add-column button gets the same
sticky treatment so it doesn't drift away from the row.

Subtle bit: `position: sticky` confines an element to its containing
block. The previous subgrid `.headerRow` wrapper was 34px tall, so
sticky cells could only travel 34px before scrolling out with the
wrapper. Switching the wrapper to `display: contents` lets the cells
become direct grid children of `.grid` (full table height) so sticky
travel matches the scroll range. role="row" survives display:contents
in modern browsers.
2026-04-25 01:05:20 +01:00
..
2024-01-09 18:58:26 +01:00
2026-04-13 23:54:03 +01:00
2026-04-14 17:56:36 +01:00
2026-04-12 22:06:25 +01:00
2026-04-17 13:48:49 +01:00
2026-04-17 13:48:49 +01:00
2026-03-01 18:37:39 +00:00
2024-09-01 17:30:34 +01:00