From 9c5ffe361ca7b485d6977d7b92f80ac65bb65690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Wed, 18 Feb 2026 14:13:33 -0500 Subject: [PATCH] fix: closes #14002, add max-height --- public/src/client/chats.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/src/client/chats.js b/public/src/client/chats.js index 9c0c7c0ddf..1c943e9889 100644 --- a/public/src/client/chats.js +++ b/public/src/client/chats.js @@ -577,9 +577,11 @@ define('forum/chats', [ 'z-index': 20000, flex: 0, top: 'inherit', + 'max-height': '250px', + overflow: 'auto', }, placement: 'top', - className: `chat-autocomplete-dropdown-${roomId} dropdown-menu textcomplete-dropdown`, + className: `chat-autocomplete-dropdown-${roomId} dropdown-menu textcomplete-dropdown ghost-scrollbar`, ...options, }, };