chore(views): adjusted viewport heights and scrolls

This commit is contained in:
2026-02-23 22:03:49 +01:00
parent e7c8ba62d7
commit 65c1ab809f
4 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ export default defineComponent({
@use '../../styles/animations';
.train-table {
height: calc(100vh - 11em);
height: calc(100vh - 17em);
min-height: 500px;
position: relative;