Skip to content

Commit

Permalink
Merge pull request #516 from IshavSohal/toc-mismatch
Browse files Browse the repository at this point in the history
Fix mismatch with ToC
  • Loading branch information
yileifeng authored Jan 14, 2025
2 parents d1d3510 + 69cc3be commit 3f59d98
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.2,
...attrs
};
Expand Down

0 comments on commit 3f59d98

Please sign in to comment.