diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue index ddf70bb..47f699a 100644 --- a/src/components/StationsView/StationTable.vue +++ b/src/components/StationsView/StationTable.vue @@ -414,7 +414,7 @@ export default defineComponent({ $rowCol: #424242; .station_table { - height: 85vh; + height: 90vh; max-height: 2000px; min-height: 700px; overflow: auto; diff --git a/src/components/TrainsView/StopLabel.vue b/src/components/TrainsView/StopLabel.vue index 2a4eed8..97cd6df 100644 --- a/src/components/TrainsView/StopLabel.vue +++ b/src/components/TrainsView/StopLabel.vue @@ -1,7 +1,7 @@