Our pure JavaScript Scheduler component


Post by Luffy »

I have two separate schedulers on screen and I have set 'minheight' to 25em of both schedulers, but I need to get available full height to each of my schedulers, I cant do this by a css change from outside the scheduler, but I allowed to get 100% from the parent. In this case I cant use 'autoHeight' config either,
2019-09-20 11_17_19-.png
2019-09-20 11_17_19-.png (16.2 KiB) Viewed 965 times
Is there a way to do this?

Post by mats »


Post by mats »

It's definitely related to your app CSS; you should not have to set any minHeight. Just review the sizing / layout CSS you wrote (or attach a test case here and review).

Post Reply