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,7 +129,6 @@ define([
fnEncode: Common.Utils.String.htmlEncode fnEncode: Common.Utils.String.htmlEncode
})); }));
if (!$userList.scroller)
$userList.scroller = new Common.UI.Scroller({ $userList.scroller = new Common.UI.Scroller({
el: $userList.find('ul'), el: $userList.find('ul'),
useKeyboard: true, useKeyboard: true,

View file

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