Type alias: ShortSizeAlign
Ƭ ShortSizeAlign: "top"
| "bottom"
| "bottom-smooth"
Specifies the alignment of the items when the content of the list is smaller than the viewport height.
'top'
(default), the items will be aligned to the top'bottom'
, the items will be aligned to the bottom.'bottom-smooth'
, the items will be aligned to the bottom and the scroll will be animated.