NG-ZORRO / ng-zorro-antd

Angular UI Component Library based on Ant Design
https://ng.ant.design
MIT License
8.87k stars 3.93k forks source link

Scroll to bottom on "Load Data on Scroll" stops working if zoomed out #8086

Closed MatejZgela closed 6 months ago

MatejZgela commented 1 year ago

Reproduction link

https://stackblitz.com/edit/angular-7uqnys?file=src%2Fapp%2Fapp.component.ts

Steps to reproduce

  1. Open dropdown select
  2. Zoom out
  3. Scroll to bottom

What is expected?

Expected to load more items until all are loaded irrespective of zoom state

What is actually happening?

Nothing is happening until zoomed in to the original state

Environment Info
ng-zorro-antd 13.4.0
Browser Chrome, Brave, Edge
pgarzina commented 7 months ago

any update on this one?