scroll-padding-right
Sets a fixed amount of padding on the right side of a scroll container that specifically interacts with scroll snapping.
It is documented as part of the CSS Scroll Snap specification.
Syntax
/* Usage Example */
.cards-container {
/* Prevents cards from touching the right edge when snapping to the end */
scroll-padding-right: 30px;
}
/* Syntax */
scroll-padding-right: auto;
/* Global values */
scroll-padding-right: inherit;
scroll-padding-right: initial;
scroll-padding-right: revert;
scroll-padding-right: revert-layer;
scroll-padding-right: unset;
scroll-padding-right Browser support
Widely available
Since
2020 95% global usage
This feature is well established and works across many devices and browser versions. It has been available across browsers since 2020.
69+
68+
14.1+
79+