As soon as my page loads, all the elements that fit on the screen are rendered, but when I scroll down a bit, the elements are not shown, only rendered when I click on them, and when this element is shown, another element on the top some (?)
Has anyone ever gone through this? I tried some things like:
I checked that the divs are closing correctly where they should;
I checked for identical ids;
I checked if all ngmodel variables exist in ts.
I'm not sure what to do.