[chat-header] fix min height chat-users

This commit is contained in:
OVSharova
2023-11-22 16:32:47 +03:00
parent 27d947209a
commit ada4160b3c

View File

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