kamlekar/slim-scroll

Remove scroll bar width calculating code

Opened this issue · 1 comments

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.