scroll-margin-bottom

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-bottom definiert den unteren Randbereich des Scroll-Snap-Bereichs, der verwendet wird, um dieses Element an den Snapport anzuschnappen. Der Scroll-Snap-Bereich wird bestimmt, indem der transformierte Rahmenrand des Elements erfasst, dessen rechteckige Umrandungsbox berechnet (achsen-ausgerichtet im Koordinatenraum des Scroll-Containers) und dann die angegebenen Randergänzungen hinzugefügt werden.

Probieren Sie es aus

Syntax

css
/* <length> values */
scroll-margin-bottom: 10px;
scroll-margin-bottom: 1em;

/* Global values */
scroll-margin-bottom: inherit;
scroll-margin-bottom: initial;
scroll-margin-bottom: revert;
scroll-margin-bottom: revert-layer;
scroll-margin-bottom: unset;

Werte

<length>

Ein Abstand von der unteren Kante des Scroll-Containers.

Formale Definition

Initialer Wert0
Anwendbar aufalle Elemente
VererbtNein
Berechneter Wertwie angegeben
Animationstypby computed value type

Formale Syntax

scroll-margin-bottom = 
<length>

Spezifikationen

Specification
CSS Scroll Snap Module Level 1
# margin-longhands-physical

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch