The JavaScript Scheduler doesn’t support frozen rows with a custom height and a vertical scrollbar.
If you want to display large data set or many rows in the frozen section, it is better to use two synchronized Scheduler instances. You can hide the time header in the second instance by adding this to the config:
{
timeHeaders: [],
// ...
}