Blazor Scheduler Day view events display

Hello, I've been enjoying working with the Blazor components. Congratulations for your excellent work!!

I managed to run across an issue that I could not find a way to workaround, its reproducable within the demo ([https://blazor.radzen.com/scheduler ]):

Create 3 appointments on Sunday for example.

1st appointment (Skype call)
Start: 06/06/2021 08:30:00
End: 06/06/2021 10:00:00

2nd appointment (Online meeting)
Start: 06/06/2021 09:30:00
End: 06/06/2021 10:30:00

3rd appointment (Dentist appointment)
Start: 06/06/2021 10:00:00
End: 06/06/2021 10:30:00

Leads to the following result:

I notice that the second and third appointments have been overlapped. Their style has both left: 45%;. If changed the style of the 3rd to left: 0%; the result is the following:

Any ideas how to work around this?

Hi @Aris_Karafotis,

Thank you for reporting this! We will address it with the next Radzen.Blazor release.