Layout issue at gray markers for days in the past

Hi there,

when having a lot of events on one day the box gets a bigger height. The gray markers for days in the past have a static height, so that we have layout issues in the calendar. See attached screenshot.


We are using the Version 2.1.

Thanks for your help!
Claudio

Hi,
how exactly do you add grey markers on the page? Could you share a marked timespan configuration?

//Indicate the past model.Scheduler.TimeSpans.Add(new DHXMarkTime() { StartDate = DateTime.MinValue, EndDate = DateTime.UtcNow.GetUserLocal(HttpContextProvider.Current), CssClass = "SchedulerPastDates" });