Parmod Kumar
Widget not rendering well on modal
I think a JavaScript conflict is affecting the calendar height. To resolve the issue on my end, I have forcibly updated the CSS.
.filament-fullcalendar .fc-view-harness.fc-view-harness-active{
height: 593px !important;
min-height: 100%;
max-height: 100vh;
}
11 replies