diff --git a/lam/templates/lib/500_lam.js b/lam/templates/lib/500_lam.js index 09ac4ef1..2def4a33 100644 --- a/lam/templates/lib/500_lam.js +++ b/lam/templates/lib/500_lam.js @@ -58,7 +58,7 @@ function listResizeITabContentDiv() { var myDiv = document.getElementById("listTabContentArea"); var height = document.documentElement.clientHeight; height -= myDiv.offsetTop; - height -= 90 + height -= 105 myDiv.style.height = height +"px"; var myDivScroll = document.getElementById("listScrollArea");