Open tugaybaltaci opened 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)
none
display
This didn't work for me
Can you show your codes?
mine is also not working . :(
Change 55th line with:
Plugin is setting height to 0px when I set
none
fordisplay
style of wrapper element (for mobile)