[bug] fix header resize on layout event
This commit is contained in:
parent
301d275016
commit
6776a6ad50
|
@ -1,7 +1,6 @@
|
|||
.container {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
transition: all var(--animation-speed-fast) ease-in-out;
|
||||
}
|
||||
|
||||
.is-layout-fluid .container,
|
||||
|
|
|
@ -340,6 +340,7 @@ var control = (function() {
|
|||
value: this.value
|
||||
});
|
||||
render();
|
||||
header.render();
|
||||
data.save();
|
||||
}, false);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue