Skip to content

Commit

Permalink
Disable autoresize by default and boundaries to body (instead of scro…
Browse files Browse the repository at this point in the history
…llParent) (vuejs#532)
  • Loading branch information
Guillaume Chau authored Jan 19, 2018
1 parent e4c789a commit d25dd10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/devtools/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ Vue.use(VTooltip, {
show: 600,
hide: 0
},
defaultOffset: 2
defaultOffset: 2,
defaultBoundariesElement: document.body,
popover: {
defaultHandleResize: false
}
})

0 comments on commit d25dd10

Please sign in to comment.