mirror of https://github.com/ElemeFE/element
Popper: set base zIndex to 2000 (#664)
parent
3e78d88fbb
commit
6923722217
|
@ -1,5 +1,6 @@
|
||||||
import PopperJS from './popper';
|
import PopperJS from './popper';
|
||||||
import { PopupManager } from 'vue-popup';
|
import { PopupManager } from 'vue-popup';
|
||||||
|
PopupManager.zIndex = 2000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {HTMLElement} [reference=$refs.reference] - The reference element used to position the popper.
|
* @param {HTMLElement} [reference=$refs.reference] - The reference element used to position the popper.
|
||||||
|
|
Loading…
Reference in New Issue