fix: sticky table header bug

This commit is contained in:
2025-03-22 16:10:37 +01:00
parent 8cc773ffb5
commit 71b4cc3bdb
+5 -3
View File
@@ -429,14 +429,16 @@ table {
min-width: 1250px;
white-space: wrap;
thead {
position: sticky;
top: 0;
}
thead tr {
background-color: $bgCol;
}
thead th {
position: sticky;
top: 0;
&.station {
width: 12em;
}