Sticky table headers while scrolling within the table
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2f554b9ca0
commit
8d998aad71
1 changed files with 1 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue