peers panel: 'invitations' layout bug

This commit is contained in:
rlx 2016-02-19 21:18:12 +05:30
parent f27d09235d
commit 19a80cdde2
1 changed files with 4 additions and 1 deletions

View File

@ -149,7 +149,10 @@ oml.ui.peersPanel = function() {
}
});
$list.$body.css({height: '16px'}); // FIXME!
$list.$body.css({
height: '16px',
overflowX: 'hidden'
}); // FIXME!
return $list;