fix scroll overflow issue in calendar with banner

This commit is contained in:
Gregor Vostrak
2025-09-02 13:51:40 +02:00
parent fca55fe0e1
commit 85d69f1f16
2 changed files with 15 additions and 15 deletions

View File

@@ -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) => {
</script>
<template>
<div class="h-screen w-full relative">
<div class="w-full relative h-full flex-1">
<div v-if="loading" class="flex items-center justify-center h-full">
<div class="flex flex-col items-center space-y-4">
<LoadingSpinner class="h-8 w-8" />