Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using logical css property instead of padding-right #272

Open
functionalDev opened this issue Feb 23, 2024 · 0 comments
Open

Using logical css property instead of padding-right #272

functionalDev opened this issue Feb 23, 2024 · 0 comments

Comments

@functionalDev
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant