You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where the stick element is within an overflowing <StickyContainer />, yet requires a bottomOffset. It appears as though bottomOffset does not work correctly when <Sticky> is in relative mode. I believe I have a fix that will correct this:
I have a use case where the stick element is within an overflowing
<StickyContainer />
, yet requires a bottomOffset. It appears as though bottomOffset does not work correctly when<Sticky>
is in relative mode. I believe I have a fix that will correct this:Thoughts on this change? Is there another way to accomplish what I'm trying to do?
The text was updated successfully, but these errors were encountered: