<div class="mainBody">
<daypilot-calendar [config]="configWeek" [events]="filterEvents" #calendarweek></daypilot-calendar>
</div>
when I hover on mainBody, I can see that it has occupied the whole of the portion that I wanted, but when I hover on caledar it still occupies only its predefined height. In this case when mainBody is covering the whole area correctly is it still necessary to have all its parent to be set to 100%height?
2) For your 2nd solution: putting it absolute just distorts the UI. It has to be relative in my case.