fix display problems caused by minimum height of calendar events

This commit is contained in:
Gregor Vostrak
2025-11-19 16:46:58 +01:00
parent 0791a68283
commit 9e5aa77e41

View File

@@ -287,6 +287,7 @@ const calendarOptions = computed(() => ({
firstDay: getFirstDay(),
allDaySlot: false,
nowIndicator: true,
eventMinHeight: 1,
selectable: true,
selectMirror: true,
editable: true,