From ada4160b3c940bd83ca94fb2ff7183ca7f062bd9 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Wed, 22 Nov 2023 16:32:47 +0300 Subject: [PATCH] [chat-header] fix min height chat-users --- apps/common/main/lib/view/Chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/view/Chat.js b/apps/common/main/lib/view/Chat.js index 65f5d3bd7f..23dea537b8 100644 --- a/apps/common/main/lib/view/Chat.js +++ b/apps/common/main/lib/view/Chat.js @@ -314,7 +314,7 @@ define([ return me.usersBoxHeight; }), fmax: (function () { - return me.panelBox.height() * 0.5 - me.messageBoxHeight; + return Math.max(me.usersBoxHeight-20,me.panelBox.height() * 0.5 - me.messageBoxHeight); }) }}, {el: items[1], rely: true, behaviour: 'splitter',