mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
added comment for fix
explained IE "hack" to fix textarea's blinking cursor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user