From 03fa017d4a6ff6b0a0610f8a3200b0699bb4e7be Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 12 Jul 2016 18:49:37 -0700 Subject: [PATCH] Re-hide the textarea --- src/xterm.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xterm.css b/src/xterm.css index 55fe27bf..403389ac 100644 --- a/src/xterm.css +++ b/src/xterm.css @@ -57,11 +57,11 @@ * HACK: to fix IE's blinking cursor * Move textarea out of the screen to the far left, so that the cursor is not visible. */ - /*text-indent: -9999em; + text-indent: -9999em; opacity: 0; width: 0; height: 0; - z-index: -10;*/ + z-index: -10; } .terminal .terminal-cursor {