In my Angular app, I'm using the autocomplete feature from Angular Material:
It works fine, except when I scroll the page:
Basically the dropdown does not stick in its position when scrolling and I can't figure out why.
In the official Material documentation page, it works well by automatically updating the top and left properties of the element. However, this does not happen in my app.

