diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js b/modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js index d008feb56a..c822eab199 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js @@ -789,9 +789,7 @@ return baseclass.extend({ o.renderWidget = function(/* ... */) { return form.SectionValue.prototype.renderWidget.apply(this, arguments).then(L.bind(function(node) { node.style.overflowX = 'auto'; - node.style.overflowY = 'visible'; - node.style.paddingBottom = '100px'; - node.style.marginBottom = '-100px'; + node.style.overflowY = 'hidden'; return node; }, this));