Compare commits

..

No commits in common. "d25fa07512ee4434e3cbc6298561cf5bd361c276" and "ea38b1835c1110de96671004fc70d3ed95320c53" have entirely different histories.

View file

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