fix: closes #14002, add max-height

This commit is contained in:
Barış Soner Uşaklı
2026-02-18 14:13:33 -05:00
parent 513aa1cdf4
commit 9c5ffe361c

View File

@@ -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,
},
};