SCROLL-PADDING-BOTTOM
The scroll-padding-bottom property specifies the bottom edge of the snapport.
SYNTAX
CSS
scroll-padding-bottom: value;
JS
object.style.scrollPaddingBottom = "value";
VALUES
<'scroll-padding-bottom'> = auto | <length-percentage>
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