Issue with Calendar component display

Not even inside a show/ hide Paul, just a vanilla calendar on a page, still needed .updateSize()

1 Like

I had the same problem with the collapse of the calendar day boxes several years ago. It would appear to display as it should, and then if would randomly collapse. So I just added a to the page (see below).

		.fc-content-skeleton {
			height: 100px !important;
			border-color: #bbb !important;
		}

		.fc-day-grid-container {
			heigth: 100hv !important;
		}
	</style>

This appears to have not been fixed. Any update?