Fix Bug 41367

This commit is contained in:
Julia Radzhabova 2019-04-23 13:20:39 +03:00
parent 6a85389a24
commit ca18865431
2 changed files with 7 additions and 8 deletions

View file

@ -129,13 +129,12 @@ define([
fnEncode: Common.Utils.String.htmlEncode
}));
if (!$userList.scroller)
$userList.scroller = new Common.UI.Scroller({
el: $userList.find('ul'),
useKeyboard: true,
minScrollbarLength: 40,
alwaysVisibleY: true
});
$userList.scroller = new Common.UI.Scroller({
el: $userList.find('ul'),
useKeyboard: true,
minScrollbarLength: 40,
alwaysVisibleY: true
});
$userList.scroller.update({minScrollbarLength : 40, alwaysVisibleY: true});
} else {
$userList.empty();

View file

@ -216,7 +216,7 @@
margin: 0;
padding: 0;
overflow: hidden;
max-height: 190px;
max-height: 195px;
position: relative;
li {