You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Scroll as little as possible to ensure the item is visible. (If the item is already visible, it won't scroll at all.)
3
3
auto='auto',
4
4
// If the item is already visible, don't scroll at all. If it is less than one viewport away, scroll as little as possible so that it becomes visible. If it is more than one viewport away, scroll so that it is centered within the list.
5
-
smart='smart',
6
-
// Center align the item within the list.
7
5
center='center',
8
6
// Align the item to the end of the list (the bottom for vertical lists or the right for horizontal lists).
0 commit comments