slim-scroll
slim-scroll copied to clipboard
Remove scroll bar width calculating code
Scroll bar width calculation is not necessary. Instead we can just increase the right css property to one assuring level which works on all browsers and also increasing the padding-right to same value.
This could remove the user applied padding-right css property. Need to get the computed padding right and append the assuring level value to it.