diff --git a/resources/js/Layouts/AppLayout.vue b/resources/js/Layouts/AppLayout.vue index 973e70ab..1373ad9d 100644 --- a/resources/js/Layouts/AppLayout.vue +++ b/resources/js/Layouts/AppLayout.vue @@ -256,21 +256,21 @@ const page = usePage<{
- - -
+ class="h-screen overflow-y-auto flex flex-col bg-default-background border-l border-default-background-separator"> +
+ + +
- + - - - -
+ + +
@@ -282,7 +282,7 @@ const page = usePage<{
-
+
diff --git a/resources/js/packages/ui/src/FullCalendar/TimeEntryCalendar.vue b/resources/js/packages/ui/src/FullCalendar/TimeEntryCalendar.vue index 6959d32e..7cba55c6 100644 --- a/resources/js/packages/ui/src/FullCalendar/TimeEntryCalendar.vue +++ b/resources/js/packages/ui/src/FullCalendar/TimeEntryCalendar.vue @@ -229,7 +229,7 @@ const calendarOptions = computed(() => ({ center: 'title', right: 'timeGridWeek,timeGridDay', }, - height: '100vh', + height: 'parent', slotMinTime: '00:00:00', slotMaxTime: '24:00:00', slotDuration: '00:15:00', @@ -274,7 +274,7 @@ watch(showEditTimeEntryModal, (value) => {