captivationsoftware/react-sticky

incorrect work inside column grid

MaxFrolov opened this issue · 1 comments

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

matriarchal 2018-06-14 12-06-04

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 :)