mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 03:51:26 +01:00
fix: closes #14002, add max-height
This commit is contained in:
@@ -577,9 +577,11 @@ define('forum/chats', [
|
|||||||
'z-index': 20000,
|
'z-index': 20000,
|
||||||
flex: 0,
|
flex: 0,
|
||||||
top: 'inherit',
|
top: 'inherit',
|
||||||
|
'max-height': '250px',
|
||||||
|
overflow: 'auto',
|
||||||
},
|
},
|
||||||
placement: 'top',
|
placement: 'top',
|
||||||
className: `chat-autocomplete-dropdown-${roomId} dropdown-menu textcomplete-dropdown`,
|
className: `chat-autocomplete-dropdown-${roomId} dropdown-menu textcomplete-dropdown ghost-scrollbar`,
|
||||||
...options,
|
...options,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user