incorrect work inside column grid
MaxFrolov opened this issue · 1 comments
MaxFrolov commented
Hi guys faced with the issue
<StickyContainer>
<Sticky topOffset={60} bottomOffset={150}>
{({ style }) => (
<div style={style}>
<Search />
<Information />
<Photos />
<Friends />
</div>
)}
</Sticky>
</StickyContainer>
top value always changing on scroll
so the sticky behavior doesn't work in my grid layout column for some reason
vcarl commented
Hello! Without more code there isn't much to debug, please create a reproduction as described in the issue template :)