Fixed #4228 - ColorPicker: baseZIndex is unused
parent
330a50e8fe
commit
a74026699d
|
@ -384,7 +384,7 @@ export default {
|
|||
this.bindResizeListener();
|
||||
|
||||
if (this.autoZIndex) {
|
||||
ZIndexUtils.set('overlay', el, this.$primevue.config.zIndex.overlay);
|
||||
ZIndexUtils.set('overlay', el, this.baseZIndex, this.$primevue.config.zIndex.overlay);
|
||||
}
|
||||
|
||||
this.$emit('show');
|
||||
|
|
Loading…
Reference in New Issue