From 71d2472d36465c44a8bb6c520194660294be1925 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Sat, 6 May 2023 07:19:16 +0900 Subject: [PATCH] fix group panel cutting off group members box --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index d852aeb43..f0331eafe 100644 --- a/public/style.css +++ b/public/style.css @@ -2704,6 +2704,7 @@ body .ui-widget-content li:hover { flex-direction: column; align-items: flex-start; padding: 0 5px; + overflow-y: auto; } #rm_group_chats_block h3,