I have this strange UI issue using ng-dialog in my application. The UI outside initial UI that is not visible at the launch of the dialog, is not loaded automatically on scrolling down in the dialog screen.
I need to click on the elements to make them visible in the UI. Same way when I scroll up, the previously loaded UI elements are invisible and I have to click on them to make them visible.
I feel this is the case of loading UI elements only when they are patr of the viewport; however I am not sure how fix this bad user experience.
Any help on how to fix this appreciated.