Here is a list of items that needs to be displayed.
Scenario a: If there are less than three items (e.g. one, two, or three items), they should be shown normally without any issues.
Scenario b: In case the list contains more than three items (e.g. four, five, six, ...), the first three items should be displayed by default, and the rest should be visible on scrolling - currently experiencing display issues.
Seeking assistance in implementing this functionality for Scenario b using Angular, without utilizing cdk-virtual-scroll. Thank you in advance.
Expected Outcome: