Carl Vitullo
Carl Vitullo
I should probably capture some of my findings. I did spend a bit of time on this, but this is the first time I've debugged the core of the logic...
I'm not sure I'm understanding what's happening, could you add a screenshot of video capture of the behavior you're seeing?
Looks to me like it's jumping to the left? I think I've run into this problem myself, try wrapping the the `StickyContainer` with a div and positioning that. When the...
Is this with the latest version of the library? I can't really provide support for anything < 6, I only recently began maintaining this and don't really have the bandwidth...
Yeah there are some quirks with the styling, a little bit more brittle than i'd like. I've had issues with the width as you say as well. @smshahrukh did wrapping...
I'm not able to reproduce this with `relative={true}` on the Sticky element, could somebody provide a complete reproduction? Ideally a git repo I can `git clone`, `npm install`, `npm start`,...
Hm could you make a Code Sandbox or similar? I'm not sure I understand what the problem is.
Hm let me play around with this, I just took over maintenance of the library. This does seem like a good use case, but I don't have a sense for...
I've been busy with other things unfortunately @ptamoncloudity (when I commented this repo had over 50 issues, we're improving!). One small thing that would be very helpful to me would...
There seem to be several quirks with how widths are handled, but I don't quite have a complete picture of what the use cases are. I'd like to poke around...