mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02:00
Set position of body element to absolute
Some terminal massages were shown at strange positions.
This commit is contained in:
parent
abe3f5c89f
commit
6de9b0515f
2 changed files with 7 additions and 7 deletions
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue