mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
fixed broken UI in chat modal, send btn
This commit is contained in:
@@ -35,7 +35,7 @@ define('forum/chats', [
|
||||
Chats.addHotkeys();
|
||||
}
|
||||
|
||||
messages.scrollToBottom($('.expanded-chat ul'));
|
||||
messages.scrollToBottom($('.expanded-chat ul.chat-content'));
|
||||
|
||||
Chats.initialised = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user