Scenario:
quick fix was to
Question: what is the proper way to overcome this zero height?
This CSS works for me (no fixed height required):
<cdk-virtual-scroll-viewport class="viewport">
.......
</cdk-virtual-scroll-viewport>
.viewport {
display: contents;
}