Set position of body element to absolute

Some terminal massages were shown at strange positions.
This commit is contained in:
Iwasaki Yudai 2015-08-16 19:07:06 -07:00
parent abe3f5c89f
commit 6de9b0515f
2 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>GoTTY</title>
<style>body {height: 100%; width: 100%; margin: 0px;}</style>
<style>body {position: absolute; height: 100%; width: 100%; margin: 0px;}</style>
</head>
<body>
<script src="hterm.js"></script>