garand / sticky

jQuery Plugin for Sticky Objects
Other
3.3k stars 1.06k forks source link

Firefox and supixels trigger sticky on load #166

Open giantoctopus opened 9 years ago

giantoctopus commented 9 years ago

Not sure if localised or not but I'm having an issue with half/sub-pixels triggering the 'is-sticky' on load - normally that would be fine but I'm adding an additional class once 'sticky-start' event fires which resizes the sticky element and elements inside. Which looks strange happening on load.

Fixed by setting some quick min heights on my end.