From bac982368b3278c6c9ec20f8f9ee9e18e35894e8 Mon Sep 17 00:00:00 2001 From: HF Date: Thu, 10 Feb 2022 01:10:51 +0100 Subject: [PATCH] fix chat message overflow --- src/styles/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/default.css b/src/styles/default.css index 2e3b2bb..0a7bb4e 100644 --- a/src/styles/default.css +++ b/src/styles/default.css @@ -693,7 +693,7 @@ tr:nth-child(even) { .msg { color: #2d2d2d; padding-left: 15px; - color: + overflow-y: auto; } .msg.info { color: #cc0000;