SCROLL-MARGIN
The scroll-margin property is shorthand for all of the scroll-margin-* longhands.
SYNTAX
CSS
scroll-margin: value;
JS
object.style.scrollMargin = "value";
VALUES
<'scroll-margin'> = <length>{1,4}
<length>
Specifies the length using a number followed by a unit of measurement.
INITIAL
0