diff --git a/components/lib/colorpicker/ColorPicker.vue b/components/lib/colorpicker/ColorPicker.vue index d9ab5795d..972096a56 100755 --- a/components/lib/colorpicker/ColorPicker.vue +++ b/components/lib/colorpicker/ColorPicker.vue @@ -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');