Snap position must be placed on right of the child elements for scroll-padding-right to work. On pages written in English the snap position can normally be set on right side of child elements by setting scroll-snap-align to "none end" because inline direction is left to right. But, if we change the inline direction with the direction property value set to "rtl", the snap position changes from the right side to left side of the child elements. With the code like this the scroll-padding-right property no longer works.