scroll-margin-top
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-top
definiert den oberen Rand des Scroll-Snap-Bereichs, der verwendet wird, um dieses Element an den Snapport anzuschnappen. Der Scroll-Snap-Bereich wird durch die Transformation des Rahmenkastens bestimmt, dann wird das rechteckige Begrenzungsfeld (achsenparallel im Koordinatenraum des Scroll-Containers) ermittelt, und schließlich werden die angegebenen Abstände hinzugefügt.
Probieren Sie es aus
Syntax
css
/* <length> values */
scroll-margin-top: 10px;
scroll-margin-top: 1em;
/* Global values */
scroll-margin-top: inherit;
scroll-margin-top: initial;
scroll-margin-top: revert;
scroll-margin-top: revert-layer;
scroll-margin-top: unset;
Werte
<length>
-
Ein Abstand vom oberen Rand 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-top =
<length>
Spezifikationen
Specification |
---|
CSS Scroll Snap Module Level 1 # margin-longhands-physical |
Browser-Kompatibilität
BCD tables only load in the browser