Reputation: 73
I have a lot muti-day events, but they overlays other events makes them invisible. Day date also get covered by events.
Is this issue with calendar rendering or styles, any suggestions? My expectations for this scenario that day cell should be expanded vertically to let all events to be placed one-by-one.
Upvotes: 1
Views: 42
Reputation: 73
Found a problem in my UI kit which had custom styling for FullCalendar, day frame height has been locked by custom css.
.fc .fc-daygrid-day-frame {
height: 190px;
}
Upvotes: 1