Scheduler rendering curiosity

Good day folks,

Blazor Server

For my use case, I use the Scheduler to display a single appointment on any given day, up to 26 appointments in a given month. The behavior I am experiencing is based on viewport size. In versions before v10, my colored appointment bar would remain statically visible through all viewport sizes. Now, at a certain viewport size, instead of a colored bar, I get a “+1 more” link that opens a sub-window with a list of my appointments.

The issue I am facing is that at certain viewport sizes I am experiencing “scrollbar thrashing” as the rendered state flips back and forth between the colored bar and the +1 more states.

I cannot readily replicate the behavior in a clean project, which tells me that it’s probably something in my css triggering it. Is there a way to opt out of the +1 more behavior entirely, by chance? That would be ideal for me, anyway. Alternatively, can someone grant me insight into what conditions must be met for the decision to be made to switch? At that point I should be able to figure out where my CSS is causing trouble. I perused the source in GitHub, but the answer didn’t jump out at me, so any insight would be appreciated.