From b34c1c3c41f356bd5c8b2b9a97f30de39898885d Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 6 Feb 2024 04:53:57 +0200 Subject: [PATCH] fix overflow --- files/assets/css/chat.css | 1 + 1 file changed, 1 insertion(+) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index 8fc125312..928f5f671 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -143,6 +143,7 @@ lite-youtube { .quotes { max-width: 80%; + overflow-y: hidden; } .resizable > video {