fixed scrolling

This commit is contained in:
bronku 2025-04-06 14:25:50 +02:00
parent c36c9a3ef1
commit efae35be41
2 changed files with 10 additions and 6 deletions

View file

@ -219,7 +219,11 @@ table {
thead {
border-bottom: 1px solid var(--border-color);
position: relative;
background-color: var(--white);
position: sticky;
top: 0;
z-index: 1;
box-shadow: 0 2px 0 var(--border-color);
}
tbody th {