diff --git a/static/js/peersPanel.js b/static/js/peersPanel.js index 0829e8e..d85fe04 100644 --- a/static/js/peersPanel.js +++ b/static/js/peersPanel.js @@ -149,7 +149,10 @@ oml.ui.peersPanel = function() { } }); - $list.$body.css({height: '16px'}); // FIXME! + $list.$body.css({ + height: '16px', + overflowX: 'hidden' + }); // FIXME! return $list;