webdav portal fixes
This commit is contained in:
parent
29747087ff
commit
68b2ef1e0c
5 changed files with 41 additions and 31 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
maxHeight = Math.max.apply(null, heights);
|
||||
|
||||
if (maxHeight < 135) {
|
||||
maxHeight = 135;
|
||||
}
|
||||
|
||||
$(".element-container").height(maxHeight);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue