Commit 61339d63287a636eda32a2b4bab682130b880c4e
1 parent
694378a5
update dropdown.vue popper.js opts
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
src/components/select/dropdown.vue
@@ -46,7 +46,10 @@ | @@ -46,7 +46,10 @@ | ||
46 | placement: this.placement, | 46 | placement: this.placement, |
47 | modifiers: { | 47 | modifiers: { |
48 | computeStyle:{ | 48 | computeStyle:{ |
49 | - gpuAcceleration: false, | 49 | + gpuAcceleration: false |
50 | + }, | ||
51 | + preventOverflow :{ | ||
52 | + boundariesElement: 'body' | ||
50 | } | 53 | } |
51 | }, | 54 | }, |
52 | onCreate:()=>{ | 55 | onCreate:()=>{ |