chore: viewport & routing fixes

This commit is contained in:
2024-08-29 15:42:44 +02:00
parent b04797052f
commit 289fd310df
5 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -407,7 +407,7 @@ export default defineComponent({
$rowCol: #424242;
.station_table {
height: 90vh;
height: calc(100vh - 10em);
max-height: 2000px;
min-height: 700px;
overflow: auto;
+3
View File
@@ -82,6 +82,9 @@ export default defineComponent({
@import '../../styles/animations.scss';
.train-table {
height: calc(100vh - 8em);
min-height: 550px;
position: relative;
overflow-y: auto;
overflow-x: hidden;