luci-mod-network: fix horizontal scrolling in the bridge vlan filter matrix
Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit ded6e53bcdb9c484f99779fffa20a37bc6d70c3c)
This commit is contained in:
parent
0df73ee571
commit
d49c6d46e6
@ -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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user