garand / sticky

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

Disabling Auto-Height on hidden objects #245

Open tugaybaltaci opened 7 years ago

tugaybaltaci commented 7 years ago

Change 55th line with:

if( s.stickyWrapper.is(':visible') ) {
    s.stickyWrapper.css('height', s.stickyElement.outerHeight());
}

Plugin is setting height to 0px when I set none for display style of wrapper element (for mobile)

thegregthomp commented 7 years ago

This didn't work for me

tugaybaltaci commented 7 years ago

Can you show your codes?

tawfiquebd commented 7 years ago

mine is also not working . :(

tawfiquebd commented 7 years ago

screenshot_61