HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

scroll-margin-right

Description

The scroll-margin-right property for CSS specifies the right edge of the scroll snap area.

Syntax

CSS

scroll-margin-right: value;

JS

object.style.scrollMarginRight = "value";

Values

<'scroll-margin-right'> = <length>
<length>

Specifies the length using a number followed by a unit of measurement.

Initial

0

Examples

1 · length

2 · JS