Skip to content

Commit 461170b

Browse files
committed
set height so all content is viewable on initial splash
1 parent 36dcdd7 commit 461170b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/views/pages/calendar.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
const calendar = new FullCalendar.Calendar(calendarEl, {
3030
initialView: 'dayGridMonth',
3131
lazyFetching: true,
32+
height: '60vh',
3233
timeZone: "{{ config('app.timezone') }}",
3334
headerToolbar: {
3435
left: 'prev,next',

0 commit comments

Comments
 (0)