fix: calendar height after custom calendar header
This commit is contained in:
parent
d1bde66e1e
commit
9a9742597a
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue