Hi,
Thank you for your prompt reply.
I have updated the Stackblitz example I shared earlier with your temporary fix.
Please, find the suggested CSS in the temporary_fix.css file.
It seems that there is one more issue.
The call to generateData(100) generates an array of files starting from file_0 to file_99.
If you scroll all the way down the list, the last visible file is file_98.
Looking at the DOM, we can see that file_99 exists but seems to be rendered outisde its container.
We can also see that the "bottom-edge" of the scroll bar is not visible.
I hope these few information can help you in your debugging.
Best regards,