If i change the window size of the daypilot scheduler parent div in height, the height of the schedular does not change.
Around the daypilot-scheduler tag a div has been placed with the properties
position: absolute; top: 0; right:0 ;bottom:0; left: 0; , as indicated in the documentation.
The Typescript file includes : heightSpec: "Parent100Pct".
Can you tell us what we need to adjust so that the height of the component is filled with information from the daypilot scheduler, and does not show any white space?