willmcpo / body-scroll-lock

Body scroll locking that just works with everything 😏
MIT License
4.04k stars 338 forks source link

Using logical css property instead of padding-right #272

Open functionalDev opened 7 months ago

functionalDev commented 7 months ago

Current

For the option reserveScrollBarGap a padding-right is set on document.body, which is not considering the flow/writing direction (css property direction)

Proposed

Instead of setting the padding-right the corresponding logical css-property is set on document.body: padding-inline-end