diff --git a/src/webui/static/app/config.js b/src/webui/static/app/config.js index e8aa475a..cd92fc58 100644 --- a/src/webui/static/app/config.js +++ b/src/webui/static/app/config.js @@ -244,6 +244,7 @@ tvheadend.miscconf = function() { title: 'General', iconCls: 'wrench', border: false, + autoScroll: true, bodyStyle: 'padding:15px', layout: 'form', items: _items, diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 305b9072..f7773824 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -1035,6 +1035,7 @@ tvheadend.dvrsettings = function() { anchor: '100% 50%', labelAlign: 'right', labelWidth: 250, + autoScroll: true, waitMsgTarget: true, reader: confreader, defaultType: 'textfield',