webdav portal fixes

This commit is contained in:
vfedosevich 2015-01-23 02:03:27 -08:00
parent 29747087ff
commit 68b2ef1e0c
5 changed files with 41 additions and 31 deletions

View file

@ -6,6 +6,10 @@
maxHeight = Math.max.apply(null, heights);
if (maxHeight < 135) {
maxHeight = 135;
}
$(".element-container").height(maxHeight);
});
}