change popper.js default options
This commit is contained in:
parent
d28403ecb2
commit
354254b414
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ export default {
|
|||
gpuAcceleration: false,
|
||||
},
|
||||
preventOverflow :{
|
||||
boundariesElement: 'viewport'
|
||||
boundariesElement: 'window'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
gpuAcceleration: false
|
||||
},
|
||||
preventOverflow :{
|
||||
boundariesElement: 'viewport'
|
||||
boundariesElement: 'window'
|
||||
}
|
||||
},
|
||||
onCreate:()=>{
|
||||
|
|
Loading…
Add table
Reference in a new issue