Ron
Ron
Yes I find myself needing this functionality too. Currently my workaround is something like: ```js $('.sticky').stick_in_parent({ offset_top: $('.sticky').parent().get(0).getBoundingClientRect().top, }); $('.sticky').parent().scroll(function () { $(document.body).trigger('sticky_kit:recalc'); }); ```
Hey, thanks for the reply. Hopefully one day I can contribute a bug fix PR myself. For now, is there any workaround that you can suggest while I wait for...
Hi, is there any update to this? Perhaps point me to the correct place where this bug occurs so I can attempt to tackle the issue?
Hey, thanks for your patch. Will try it out. It is very appreciated.
Your patch works. Good enough for us to ship the site for now. Thank you so much @dschmidt.