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
This option deviates from `scroll-into-view-if-needed` in two ways.
78
78
79
79
- The default value is `smooth` instead of `auto`
80
80
- Using `smooth` adds it to browsers that miss it, and overrides the native smooth scrolling in the browsers that have it to ensure the scrolling is consistent in any browser.
81
81
82
-
The options `auto`, `instant` or `Function` behaves exactly like in `scroll-into-view-if-needed`.
82
+
The options `auto` or `Function` behaves exactly like in `scroll-into-view-if-needed`.
0 commit comments