Sticky table headers while scrolling within the table

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Edward Betts 2026-05-21 18:49:00 +01:00
parent 2f554b9ca0
commit 8d998aad71

View file

@ -271,6 +271,7 @@
.results-table th,
.results-table td { padding: 0.6rem 0.8rem; }
.results-table thead tr { border-bottom: 2px solid #e2e8f0; text-align: left; }
.results-table th { position: sticky; top: 0; background: #fff; z-index: 1; }
.results-table tbody tr { border-bottom: 1px solid #e2e8f0; }
.row-fast { background: #f0fff4; }
.row-slow { background: #fff5f5; }