mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-13 19:04:06 +08:00
fixed result chat scrolling
This commit is contained in:
parent
0551aeb7e9
commit
3672bf9f92
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ MP.socket.on("mp_chat_message", (data) => {
|
|||
$(".pageTest #result .tribeResultChat .chat .messages .message")[0]
|
||||
).outerHeight() *
|
||||
2 *
|
||||
$(".pageTest #result .tribeResultChat .chat .messages").length,
|
||||
$(".pageTest #result .tribeResultChat .chat .messages .message").length,
|
||||
},
|
||||
0
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue