SCROLL-PADDING-INLINE
The scroll-padding-inline property is shorthand for scroll-padding-inline-start and scroll-padding-inline-end.
SYNTAX
CSS
scroll-padding-inline: value;
JS
object.style.scrollPaddingInline = "value";
VALUES
<'scroll-padding-inline'> = [ auto | <length-percentage> ]{1,2}
auto
Automatically specified by the user agent.
<length-percentage> = [ <length> | <percentage> ]
<length>
Specifies the length using a number followed by a unit of measurement.
<percentage>
Specifies the percentage using a number followed by a percent sign (%).
INITIAL
auto