jQuery-slimScroll
jQuery-slimScroll copied to clipboard
Window Resize
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"
hi, i did what you said ,but it not worked. What else do I need to set?