You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Current
For the option
reserveScrollBarGap
a padding-right is set ondocument.body
, which is not considering the flow/writing direction (css propertydirection
)Proposed
Instead of setting the
padding-right
the corresponding logical css-property is set ondocument.body
: padding-inline-endThe text was updated successfully, but these errors were encountered: