Add top to xterm.js' textarea

Fixes #12038
This commit is contained in:
Daniel Imms
2016-10-04 18:44:43 -07:00
parent e8b516b34b
commit 23517f013a
@@ -38,6 +38,7 @@
* Move textarea out of the screen to the far left, so that the cursor is not visible.
*/
left: -9999em;
top: -9999em;
opacity: 0;
width: 0;
height: 0;