diff --git a/resources/assets/js/pages/manage/components/ChatInput/index.vue b/resources/assets/js/pages/manage/components/ChatInput/index.vue index 82be5881d..b2b6fce85 100755 --- a/resources/assets/js/pages/manage/components/ChatInput/index.vue +++ b/resources/assets/js/pages/manage/components/ChatInput/index.vue @@ -1278,6 +1278,7 @@ export default { for (let i = 0; i < containers.length; i++) { containers[i].classList.remove(...Object.values(mentionMap)); containers[i].classList.add(mentionName); + containers[i].style.zIndex = window.modalTransferIndex + 1000; } let mentionSourceCache = null; this.getMentionSource(mentionChar, searchTerm, array => {