peachananr/autofix_anything

sidebar disappear when scroll to very bottom

Opened this issue · 0 comments

i changed less than '<' to equal '='. and it seems its fixed. pls review.

if(e(document).scrollTop()<t.parent().height()-e(window).height()){t.addClass("bottom fixed").removeAttr("style")

if(e(document).scrollTop()=t.parent().height()-e(window).height()){t.addClass("bottom fixed").removeAttr("style")