mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 17:52:15 +01:00
fix display problems caused by minimum height of calendar events
This commit is contained in:
@@ -287,6 +287,7 @@ const calendarOptions = computed(() => ({
|
||||
firstDay: getFirstDay(),
|
||||
allDaySlot: false,
|
||||
nowIndicator: true,
|
||||
eventMinHeight: 1,
|
||||
selectable: true,
|
||||
selectMirror: true,
|
||||
editable: true,
|
||||
|
||||
Reference in New Issue
Block a user