Fix helper position

This commit is contained in:
paris
2014-04-10 18:48:36 +00:00
parent 6e6b5dad8c
commit 59ebbbaaf0
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "xterm.js",
"version": "0.9.1",
"version": "0.9.2",
"ignore": ["demo", "docs", "test", ".gitignore"]
}
+5
View File
@@ -40,12 +40,17 @@
color: #fff;
outline: none;
font-family: courier-new, courier, monospace;
position: relative;
}
.xterm .terminal-cursor {
background-color: #fff;
}
.xterm .xterm-helpers {
position: absolute;
}
.xterm .xterm-helper-textarea {
opacity: 0;
width: 0;