jQuery-slimScroll icon indicating copy to clipboard operation
jQuery-slimScroll copied to clipboard

Window Resize

Open teamrevox opened this issue 10 years ago • 1 comments

Hi A very conman issue I found when you resize the window on OS X, its also a conman issue in windows,

solved it by adding

else if ("resize" in n) { x.parent().css("height", "auto"); x.css("height", "auto"); var k = x.parent().parent().height(); x.parent().css("height", k); x.css("height", k) }

After "destroy"

teamrevox avatar Apr 15 '14 06:04 teamrevox

hi, i did what you said ,but it not worked. What else do I need to set?

wendy0813 avatar Aug 29 '16 07:08 wendy0813