Skip to content

Commit

Permalink
Height auto for responsive sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
maxatdetroit committed Mar 18, 2024
1 parent 15df6b1 commit 1808f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/organisms/Calendar/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class Calendar extends HTMLElement {
this.calendar = new FullCalendar(calendarEl, {
plugins: [dayGridPlugin],
initialView: 'dayGridMonth',
height: 'auto',
headerToolbar: {
left: 'title',
center: '',
Expand Down

0 comments on commit 1808f45

Please sign in to comment.