From 615860a7e8fb7a9626f402ef6b7dfbe7077b60f7 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 30 Oct 2023 12:48:50 +0100 Subject: [PATCH] complex filters might be too long for dialog, scroll in that case --- static/js/listDialog.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/js/listDialog.js b/static/js/listDialog.js index 35051d32..4b0e9deb 100644 --- a/static/js/listDialog.js +++ b/static/js/listDialog.js @@ -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;