mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 15:24:25 +00: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
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…
Reference in New Issue
Block a user