scroll-margin-right
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
Die Eigenschaft scroll-margin-right
definiert den rechten Rand des Scroll-Snap-Bereichs, der verwendet wird, um dieses Element an den Snapport zu schnappen. Der Scroll-Snap-Bereich wird bestimmt, indem man die transformierte Rahmenbox nimmt, ihre rechteckige Begrenzungsbox (achsen-zugeordnet im Koordinatenraum des Scroll-Containers) findet und die angegebenen Abstände hinzufügt.
Probieren Sie es aus
Syntax
css
/* <length> values */
scroll-margin-right: 10px;
scroll-margin-right: 1em;
/* Global values */
scroll-margin-right: inherit;
scroll-margin-right: initial;
scroll-margin-right: revert;
scroll-margin-right: revert-layer;
scroll-margin-right: unset;
Werte
<length>
-
Ein Abstand von der rechten Kante des Scroll-Containers.
Formale Definition
Initialer Wert | 0 |
---|---|
Anwendbar auf | alle Elemente |
Vererbt | Nein |
Berechneter Wert | wie angegeben |
Animationstyp | by computed value type |
Formale Syntax
scroll-margin-right =
<length>
Spezifikationen
Specification |
---|
CSS Scroll Snap Module Level 1 # margin-longhands-physical |
Browser-Kompatibilität
BCD tables only load in the browser