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

width : auto

Open MaiGhoneim opened this issue 9 years ago • 0 comments

Hi, width: auto not working and when checking code i found this part: o.width = (o.width == 'auto') ? me.parent().width() : o.width; to set width of slimScroll with parent width

MaiGhoneim avatar Mar 31 '16 08:03 MaiGhoneim