Fixed #4228 - ColorPicker: baseZIndex is unused

pull/4284/head
Tuğçe Küçükoğlu 2023-08-17 11:12:32 +03:00
parent 330a50e8fe
commit a74026699d
1 changed files with 1 additions and 1 deletions

View File

@ -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');