Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.37 KB

_utils_scroll_snap_scrollpaddingbottom_.scrollpaddingbottomprops.md

File metadata and controls

34 lines (18 loc) · 1.37 KB

@johanneslumpe/styled-props > "utils/scroll-snap/scrollPaddingBottom" > ScrollPaddingBottomProps

Interface: ScrollPaddingBottomProps

Type parameters

T

Hierarchy

ScrollPaddingBottomProps

Index

Properties


Properties

style$ScrollPaddingBottom

● style$ScrollPaddingBottom: T

Defined in utils/scroll-snap/scrollPaddingBottom.ts:12

The scroll-padding-bottom property defines offsets for the bottom of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targetted element and the edges of the scrollport.

see: https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom