forked from 0x2620/pandora
complex filters might be too long for dialog, scroll in that case
This commit is contained in:
parent
a99a3eee7a
commit
615860a7e8
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ pandora.ui.listDialog = function(section) {
|
|||
mode: 'list',
|
||||
list: listData
|
||||
})
|
||||
.css({
|
||||
'overflow-y': 'auto'
|
||||
})
|
||||
.bindEvent({
|
||||
change: function(data) {
|
||||
listData.query = data.query;
|
||||
|
|
Loading…
Reference in a new issue