Dieter Morar

Results 1 comments of Dieter Morar

Hi, having the same issue. My workaround: ``` onFilter={() => { const scrollerRef: HTMLElement | null = document.querySelector('.p-virtualscroller-content'); if (scrollerRef?.style?.transform) { scrollerRef.style.transform = 'translate3d(0px, 0px, 0px)'; } } } ```