scroll list of users. there can be many

This commit is contained in:
Jan Gerber 2015-05-14 10:36:41 +02:00
parent 505d7efe9b
commit 6e45947bdd
1 changed files with 5 additions and 3 deletions

View File

@ -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() {
: '<span class="OxLight">' + value + '</span>'
},
id: 'title',
visible: true,
width: 240
visible: true
}
],
items: [