Index: lams_tool_assessment/web/pages/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/authoring/basic.jsp,v diff -u -r1.20 -r1.21 --- lams_tool_assessment/web/pages/authoring/basic.jsp 2 Jul 2015 21:39:04 -0000 1.20 +++ lams_tool_assessment/web/pages/authoring/basic.jsp 15 Jul 2015 08:45:16 -0000 1.21 @@ -115,7 +115,7 @@ // alert("using clientHeight"); } // alert("doc height "+height); - height -= document.getElementById('TB_iframeContent').offsetTop + 60; + height -= document.getElementById('TB_iframeContent').offsetTop + 140; document.getElementById('TB_iframeContent').style.height = height +"px"; TB_HEIGHT = height + 28;