mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-05-01 00:31:08 +00:00
fix: allow text selection in message content
This commit is contained in:
parent
4e161c5c10
commit
7438628584
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
sm:max-w-[70%] lg:max-w-[50%]
|
||||
"
|
||||
>
|
||||
<RichTextRenderer content={message.content} class="z-10" />
|
||||
<RichTextRenderer content={message.content} class="z-10 select-text" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue