We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50f55e commit 941df37Copy full SHA for 941df37
src/index.ts
@@ -133,7 +133,8 @@ function scroll<T>(target: Element, options?: any) {
133
inline: overrides.inline,
134
scrollMode: overrides.scrollMode,
135
boundary: overrides.boundary,
136
- behavior: (actions) =>
+ skipOverflowHiddenElements: overrides.skipOverflowHiddenElements,
137
+ behavior: actions =>
138
Promise.all(
139
actions.reduce(
140
(results: Promise<SmoothScrollAction>[], { el, left, top }) => {
0 commit comments