Skip to content

Commit d25dd10

Browse files
author
Guillaume Chau
authored
Disable autoresize by default and boundaries to body (instead of scrollParent) (vuejs#532)
1 parent e4c789a commit d25dd10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/devtools/plugins.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@ Vue.use(VTooltip, {
66
show: 600,
77
hide: 0
88
},
9-
defaultOffset: 2
9+
defaultOffset: 2,
10+
defaultBoundariesElement: document.body,
11+
popover: {
12+
defaultHandleResize: false
13+
}
1014
})

0 commit comments

Comments
 (0)