Skip to content

Commit

Permalink
fix mismatch with ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
IshavSohal committed Jan 3, 2025
1 parent 20a17a9 commit 15222a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/panels/helpers/scrollama.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function setup() {
const opts: any = {
step: Array.from(rootElement.value.children),
progress: 'step-progress' in attrs,
offset: 0.1,
...attrs
};
Expand Down

0 comments on commit 15222a6

Please sign in to comment.