Skip to content

Commit

Permalink
Fixing offset issue
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatelx committed Mar 27, 2021
1 parent ee9da84 commit 19a6938
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 4 deletions.
5 changes: 5 additions & 0 deletions dist/vue-tour.common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-tour.common.js.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions dist/vue-tour.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/vue-tour.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-tour.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-tour.umd.min.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/shared/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ export const DEFAULT_STEP_OPTIONS = {
options: {
rootBoundary: 'window'
}
},
{
name: 'offset',
options: {
offset: [0, 15]
}
}
],
placement: 'bottom'
Expand Down

0 comments on commit 19a6938

Please sign in to comment.