blob: 31a985fc8f37fa53050d80c77e8bfc23f9b10605 [file] [log] [blame]
<body>
This window should not have scroll bars. If it has scroll bars, try to use them.
<script>
var width = innerWidth;
var height = innerHeight;
document.documentElement.style.height = height - 32 + "px";
document.documentElement.style.width = width - 32 + "px";
document.body.offsetTop;
resizeTo(outerWidth - 24, outerHeight - 24);
</script>
</body>