diff --git a/src/webui/static/app/dvb.js b/src/webui/static/app/dvb.js index 7ed1c496..0f75ed5f 100644 --- a/src/webui/static/app/dvb.js +++ b/src/webui/static/app/dvb.js @@ -1228,6 +1228,7 @@ tvheadend.dvb_adapter_general = function(adapterData, satConfStore) { var panel = new Ext.Panel({ title : 'General', layout : 'column', + autoScroll : true, items : [ toolpanel, confform, infoPanel ] });