]> git.proxmox.com Git - pve-xtermjs.git/blobdiff - src/www/xterm.css
upgrade xterm.js to version 4.3.0
[pve-xtermjs.git] / src / www / xterm.css
index 5448b5a5ab2cf38ed6e9f14f441a0f3e39fbae72..b3d8d4f210a3812e56fc8cf72701d279ee66c429 100644 (file)
@@ -55,7 +55,7 @@
      * The z-index of the helpers must be higher than the canvases in order for
      * IMEs to appear on top.
      */
-    z-index: 10;
+    z-index: 5;
 }
 
 .xterm .xterm-helper-textarea {
@@ -69,7 +69,7 @@
     top: 0;
     width: 0;
     height: 0;
-    z-index: -10;
+    z-index: -5;
     /** Prevent wrapping so the IME appears against the textarea at the correct position */
     white-space: nowrap;
     overflow: hidden;
     top: 0;
     bottom: 0;
     right: 0;
-    z-index: 100;
+    z-index: 10;
     color: transparent;
 }