mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 22:30:56 +08:00
[chat-header] fix min height chat-users
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user