change height of calendar for better overview

This commit is contained in:
Julie Lenaerts 2022-05-11 10:13:48 +02:00
parent 6631e77df5
commit 7c693b7495

View File

@ -127,6 +127,7 @@ import timeGridPlugin from '@fullcalendar/timegrid';
import Modal from 'ChillMainAssets/vuejs/_components/Modal';
import { deleteCalendarRange, fetchCalendar, fetchCalendarRangesByUser, patchCalendarRange, postCalendarRange } from '../_api/api';
import { mapState } from 'vuex';
import { vShow } from 'vue';
export default {
name: "App",
@ -176,6 +177,7 @@ export default {
slotMinutes: 15,
slotMinTime: "08:00:00",
slotMaxTime: "18:00:00",
contentHeight: 450,
headerToolbar: {
left: 'prev,next today',
center: 'title',