Poprawki filtrów

This commit is contained in:
2022-04-27 21:31:12 +02:00
parent 199d42aeb2
commit bd1b206453
3 changed files with 10 additions and 2 deletions
@@ -349,6 +349,7 @@ section.station_table {
.table_wrapper {
overflow: auto;
overflow-y: hidden;
}
table {
@@ -356,6 +357,14 @@ table {
border-collapse: collapse;
min-width: 1350px;
@include smallScreen() {
min-width: auto;
}
thead tr {
background-color: $primaryCol;
}
thead th {
position: sticky;
top: 0;