Roc Wong

Results 2 comments of Roc Wong

I haven't looked into it yet, but my hunch is the same as yours -- the `position: absolute` prevents the virtual grid to detect scrolling events properly. The virtual grid...

Yes, `position: absolute` wasn't the issue, but the native web component is. I managed to use [Element.assignedSlot](https://developer.mozilla.org/en-US/docs/Web/API/Element/assignedSlot) to find the correct parent to listen to, for `scroll` events in side...