diff --git a/frontend/src/components/calendar/Calendar.tsx b/frontend/src/components/calendar/Calendar.tsx index 80d05e7..2194a4e 100644 --- a/frontend/src/components/calendar/Calendar.tsx +++ b/frontend/src/components/calendar/Calendar.tsx @@ -677,6 +677,7 @@ function TimeGridView({ ? normalizeTimeRange(timeSelection.anchor, timeSelection.focus) : null const gridTemplateColumns = `3.5rem repeat(${days.length}, minmax(7rem, 1fr))` + const showHoverSlotTopEdge = days.length === 1 function getSlotFromPointer( clientX: number, @@ -1007,7 +1008,11 @@ function TimeGridView({ hoveredSlot?.dayKey === toDateKey(day) && (