Position the textarea at top:0

This prevents the browser from scrolling to the top of the page if the terminal
can be scrolled out of view.

Fixes #357
This commit is contained in:
Daniel Imms
2016-12-05 11:19:36 -08:00
parent 1e928df531
commit 55314e0fc7
+1 -1
View File
@@ -61,7 +61,7 @@
position: absolute;
opacity: 0;
left: -9999em;
top: -9999em;
top: 0;
width: 0;
height: 0;
z-index: -10;