gregkorossy/lazy-sticky-headers

Missing overscroll effect

gregkorossy opened this issue · 0 comments

The current implementation is missing the overscroll effect on the sticky headers. The issue is that the overscroll effect is baked in to the LazyLayout implementation so it cannot be easily applied to the headers container.

A workaround is in progress...