add sticky thead to index, langues, and mots-clés tables

This commit is contained in:
Pontoporeia
2026-05-19 21:00:40 +02:00
parent bcf3140aa2
commit c6199525f9
10 changed files with 155 additions and 21 deletions

View File

@@ -74,16 +74,6 @@
padding: 0 0 var(--space-2xl);
}
#admin-table-wrap table thead {
position: sticky;
top: 0;
z-index: 5;
}
#admin-table-wrap table thead th {
background: var(--bg-primary);
}
.admin-body main > table tbody tr:nth-child(even) {
background: var(--bg-secondary);
}