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 5b491b0da2
commit f955ab3135

View File

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