added comment for fix

explained IE "hack" to fix textarea's blinking cursor
This commit is contained in:
TDaglis
2015-11-12 15:05:51 +02:00
parent 5f8585a625
commit a2f6f2be03
+4
View File
@@ -57,6 +57,10 @@
}
.terminal .xterm-helper-textarea {
/*
* 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;
opacity: 0;
width: 0;