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',