From 6e45947bdd4ba98fc03f7b4cb248b78dc129591d Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Thu, 14 May 2015 10:36:41 +0200 Subject: [PATCH] scroll list of users. there can be many --- static/js/usersDialog.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/static/js/usersDialog.js b/static/js/usersDialog.js index c39937a..b9d021b 100644 --- a/static/js/usersDialog.js +++ b/static/js/usersDialog.js @@ -57,7 +57,10 @@ oml.ui.usersDialog = function() { }), // FIXME: WRONG! - $users = Ox.Element().css({background: 'rgb(240, 240, 240)'}), + $users = Ox.Element().css({ + background: 'rgb(240, 240, 240)', + overflowX: 'hidden' + }), $user = Ox.Element(), @@ -152,8 +155,7 @@ oml.ui.usersDialog = function() { : '' + value + '' }, id: 'title', - visible: true, - width: 240 + visible: true } ], items: [