complex filters might be too long for dialog, scroll in that case

This commit is contained in:
j 2023-10-30 12:48:50 +01:00
parent a99a3eee7a
commit 615860a7e8
1 changed files with 3 additions and 0 deletions

View File

@ -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;