From 59ebbbaaf0f34947bb7669e3d4b16f4bf922778e Mon Sep 17 00:00:00 2001 From: paris Date: Thu, 10 Apr 2014 18:48:36 +0000 Subject: [PATCH] Fix helper position --- bower.json | 2 +- src/xterm.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 659f85ef..e84bba59 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { "name": "xterm.js", - "version": "0.9.1", + "version": "0.9.2", "ignore": ["demo", "docs", "test", ".gitignore"] } diff --git a/src/xterm.css b/src/xterm.css index 3f27f8c8..e3a8e9b3 100644 --- a/src/xterm.css +++ b/src/xterm.css @@ -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;