diff --git a/src/static/web/js/admin.main.js b/src/static/web/js/admin.main.js index a0da1e2f..06d49547 100644 --- a/src/static/web/js/admin.main.js +++ b/src/static/web/js/admin.main.js @@ -118,7 +118,7 @@ function ChangeFullDiv(showhide, screenheigt) { newobj.id = "fullpagediv"; newobj.style.position = "absolute"; newobj.className = "fullpagediv"; - newobj.style.height = document.body.clientHeight + 50 + "px"; + //newobj.style.height = document.body.clientHeight + 50 + "px"; document.body.appendChild(newobj); } else { newobj.style.display = "block";