mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-21 14:07:42 +01:00
fix: closes #14002, add max-height
This commit is contained in:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user