perf: 添加z-index

This commit is contained in:
rd
2025-08-13 15:44:38 +08:00
parent be1cdf70b6
commit 166804da7c

View File

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