Skip to content

Commit

Permalink
Add top to xterm.js' textarea
Browse files Browse the repository at this point in the history
Fixes #12038
  • Loading branch information
Tyriar committed Oct 5, 2016
1 parent 602155b commit 782e3ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 782e3ad

Please sign in to comment.