Compare commits

...

4 commits
v1.4.0 ... main

3 changed files with 6 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "ff-admin",
"version": "1.4.0",
"version": "1.4.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ff-admin",
"version": "1.4.0",
"version": "1.4.1",
"license": "AGPL-3.0-only",
"dependencies": {
"@fullcalendar/core": "^6.1.15",

View file

@ -1,6 +1,6 @@
{
"name": "ff-admin",
"version": "1.4.0",
"version": "1.4.1",
"description": "Feuerwehr/Verein Mitgliederverwaltung UI",
"type": "module",
"scripts": {

View file

@ -53,7 +53,9 @@
</button>
</div>
</div>
<FullCalendar ref="fullCalendar" :options="calendarOptions" class="max-h-full h-full" />
<div class="flex flex-col w-full grow overflow-hidden">
<FullCalendar ref="fullCalendar" :options="calendarOptions" class="max-h-full h-full" />
</div>
</div>
</template>