patches v1.4.1 #85

Merged
jkeffects merged 2 commits from develop into main 2025-04-18 09:10:27 +00:00
Showing only changes of commit 9a9742597a - Show all commits

View file

@ -53,7 +53,9 @@
</button>
</div>
</div>
<FullCalendar ref="fullCalendar" :options="calendarOptions" class="max-h-full h-full" />
<div class="flex flex-col w-full grow overflow-hidden">
<FullCalendar ref="fullCalendar" :options="calendarOptions" class="max-h-full h-full" />
</div>
</div>
</template>