Commit 6de9b051 by Iwasaki Yudai

Set position of body element to absolute

Some terminal massages were shown at strange positions.
1 parent abe3f5c8
Showing with 1 additions and 1 deletions
This diff could not be displayed because it is too large.
......@@ -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>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!