diff --git a/src/static/web/js/admin.main.js b/src/static/web/js/admin.main.js index 06d49547..70a38efd 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 + "px"; document.body.appendChild(newobj); } else { newobj.style.display = "block";