mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 13:38:12 +00:00
chore: removed external site scrollbar
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
<template>
|
||||
<main class="grid print:block p-3 mx-auto max-w-[800px] h-screen grid-rows-[auto_auto_1fr] gap-1">
|
||||
<main class="grid print:block p-3 mx-auto max-w-[800px] h-[calc(100vh-40px)] min-h-[300px] grid-rows-[auto_auto_1fr] gap-1">
|
||||
<TimetableSelect />
|
||||
<TimetableWarnings />
|
||||
<TrainTimetable />
|
||||
<!-- <MainBottom /> -->
|
||||
</main>
|
||||
</template>
|
||||
|
||||
@@ -11,5 +10,4 @@
|
||||
import TimetableSelect from '../Timetable/TimetableSelect.vue';
|
||||
import TimetableWarnings from "../Timetable/TimetableWarnings.vue";
|
||||
import TrainTimetable from '../Timetable/TrainTimetable.vue';
|
||||
// import MainBottom from './MainBottom.vue';
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user