Re-hide the textarea

This commit is contained in:
Daniel Imms
2016-07-12 18:49:37 -07:00
parent 26af6ffd4d
commit 03fa017d4a
+2 -2
View File
@@ -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 {