Archived
1
0

position fixed

This commit is contained in:
Jeff Becker 2016-07-05 12:19:40 -04:00
parent c448777fe9
commit 00d0be952f
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -20,7 +20,7 @@
<script type="text/javascript" >
var e = document.createElement("div");
e.setAttribute("id", "chat");
e.setAttribute("style", "position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;");
e.setAttribute("style", "position:fixed;left:0;right:0;top:0;bottom:0;width:100%;height:100%;");
document.body.appendChild(e);
var board = "live";
if (location.hash != "" ) {