Currently, I am using angular2-fullcalendar and encountering an issue with setting the height to 'parent'. The parent element is a div but unfortunately, it does not work as expected. The navigation bar appears fine, however, the calendar itself is not visible.
https://i.sstatic.net/Z5byR.png
Here is my HTML code:
<div style="height: 20%" >
<angular2-fullcalendar id="myCalendar" [options]="calendarOptions"></angular2-fullcalendar>
</div>
If anyone can provide assistance or guidance on resolving this issue, that would be greatly appreciated! Thank you in advance!