Open tmk1991 opened 4 years ago
hey @tmk1991 , have you found any workaround for this issue?
I was looking in to this as well and found that if there was content blow that needed to be below (eg a footer) when used with parent scroll the layout could be achieved if the .total-padding used height instead of transform(scaleY) and was not positioned absolutely. Would it be possible to add an option to the virtual scroller to use height instead of translate - similar to the margin instead of translate option?
Using height would be an alternative to the PR https://github.com/rintoj/ngx-virtual-scroller/pull/482 where height is exposed and set on the virtual scroller parent
Is there a way to implement this workarround currently or is there another workarround? (e.g. an directive)
Struggling with this problem too.
Setting of the
parentScroll
to bescroll.window
causes scroller to push over content below. Same thing happens on the demo to the footer.I believe it has to to with scroll-content being absolute css styled.