Skip to content

Commit

Permalink
fix(calendar): set auto height to avoid vertical scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
noxilixon committed Sep 7, 2024
1 parent 011520d commit 9244efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ document.addEventListener('DOMContentLoaded', function () {
const calendar = new Calendar(calendarEl, {
plugins: [dayGridPlugin, iCalendarPlugin],
eventDisplay: 'block',
contentHeight:'auto',
eventSources: [
{
url: 'index.ics',
Expand Down

0 comments on commit 9244efc

Please sign in to comment.