Skip to content

Commit

Permalink
fix calendar content height
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed May 11, 2024
1 parent 259f3b6 commit 0c3db46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/packs/src/decidim/calendar/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const calendar = new Calendar(calendarEl, {
plugins: [interactionPlugin, dayGridPlugin, timeGridPlugin, listPlugin],
initialView: getInitialView(),
dayMaxEvents: 3,
contentHeight: 'auto',

Check failure on line 72 in app/packs/src/decidim/calendar/calendar.js

View workflow job for this annotation

GitHub Actions / lint-report

Strings must use doublequote
locale: currentLocale,
firstDay: calendarEl.dataset.hasOwnProperty("firstday") // eslint-disable-line no-prototype-builtins
? parseInt(calendarEl.dataset.firstday)
Expand Down

0 comments on commit 0c3db46

Please sign in to comment.