diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue index 0a8d925..2a37cc8 100644 --- a/src/components/StationsView/StationTable.vue +++ b/src/components/StationsView/StationTable.vue @@ -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; }