Event Calendar - Vanishing grid on scroll

While scroll into the event calendar, for some resources, the calendar grid is vanished.

I’m using this configurations :

<mbsc-eventcalendar
      #eventCalender
      class="md-work-order-scheduling"
      [data]="myEvents"
      [resources]="myResources"
      [options]="calendarOptions"
      [(selectedDate)]="calendarSelectedDate"
      [headerTemplate]="customTemplate"
      [extendDefaultEvent]="extendDefaultEvent"
      [dayTemplate]="dayTemp"
      [scheduleEventContentTemplate]="eventTemp"
      [resourceTemplate]="resourceTemp"
      [resourceHeaderTemplate]="resourceHeader"
      [showEventTooltip]="false"
    >

And facing issue while scrolling as below attached image :

Hello @Ghanshyam_Godhani :wave:

As Szili mentioned on the other thread: so far we haven’t came across with this problem. He tried to re-create this problem in a local test app: tried with the scheduleEventContentTemplate, resourceTemplate, resourceHeaderTemplate templates and loaded multiple events and resources to the Timeline view, but so far the reported issue is not appearing on our end.

Are you using any css overrides to alter the default sizes of the Timeline element? If yes, can you also please share those as well.