rintoj / ngx-virtual-scroller

Virtual Scroll displays a virtual, "infinite" list.
https://rintoj.github.io/ngx-virtual-scroller
MIT License
979 stars 295 forks source link

Update from 3.0.3 to 4.0.3 table inside boostrap card doesn't work anymore #480

Closed casper5822 closed 3 years ago

casper5822 commented 3 years ago

I have an angular 10 project and a bootstrap 3 card with a table inside it with scroll.window.

If i have the 3.0.3 version of virtual-scroller the table works correctly. When i install one of the 4.x.x version, the table is not shown inside the card.

Is there any change in with css or scroll.window in the 4.x.x ? We have no idea why it doesn't work.

Thanks in advance.

casper5822 commented 3 years ago

It seems related to angular 10 css order changes.