Skip to content

Commit a25abc4

Browse files
jeremymanningclaude
andcommitted
Fix calendar height to maintain size when time range narrows
Use fixed 600px height instead of auto so that when the visible time range compresses to match available slots, the calendar maintains the same visual height and gives more space to events. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c69d5c8 commit a25abc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/calendar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var CalendarUI = (function () {
3030
slotMaxTime: DEFAULT_MAX_TIME,
3131
slotDuration: minutesToSlotDuration(durationMinutes),
3232
timeZone: 'local',
33-
height: 'auto',
33+
height: 600,
3434
nowIndicator: true,
3535
selectable: false,
3636
editable: false,

0 commit comments

Comments
 (0)