mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix +9620 tabmanager gets broken for some pane layouts
This commit is contained in:
parent
c3714fb7a8
commit
df57020317
@ -577,6 +577,7 @@ apf.vsplitbox = function(struct, tagName) {
|
||||
if (isPercentage) {
|
||||
fNode.$ext.style.height = "";
|
||||
fNode.$ext.style.bottom = (100 - parseFloat(fNode.height)) + "%";
|
||||
lNode.$ext.style.height = "";
|
||||
}
|
||||
|
||||
if (this.$handle) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user