NG-ZORRO / ng-zorro-antd

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

cdkScrollable to table with nzScroll not working #7371

Open vatsake opened 2 years ago

vatsake commented 2 years ago

Reproduction link

https://stackblitz.com/edit/ng-zorro-antd-ivy-q7gpfc

Steps to reproduce

Make a table with nzScroll property and add a popover component in the table.

What is expected?

Popover component stays where the element is when scrolled.

What is actually happening?

Popover element moves with scroll.

Environment Info
ng-zorro-antd 13.1.1
Browser Any
OnilLekshman93 commented 1 year ago

@vthinkxie @vatsake Any update on this?

vatsake commented 1 year ago

Nope. I just added a parent element to the table and added cdkScrollable to it.

Tina-Li121220 commented 10 months ago

have same issue, any new update?