From a74026699db7d19a6c1d9b7f8aa3204cf0d0deab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 17 Aug 2023 11:12:32 +0300 Subject: [PATCH] Fixed #4228 - ColorPicker: baseZIndex is unused --- components/lib/colorpicker/ColorPicker.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');