diff --git a/src/views/creative-generation-workshop/manuscript-writer/check/components/content-card/highlight-textarea.vue b/src/views/creative-generation-workshop/manuscript-writer/check/components/content-card/highlight-textarea.vue index 8473985..9dce8c2 100644 --- a/src/views/creative-generation-workshop/manuscript-writer/check/components/content-card/highlight-textarea.vue +++ b/src/views/creative-generation-workshop/manuscript-writer/check/components/content-card/highlight-textarea.vue @@ -151,6 +151,7 @@ const handleTextareaScroll = (e: Event) => { resize: vertical; white-space: pre-wrap; word-wrap: break-word; + z-index: inherit; } .textarea-highlight { @include textarea-style;