Automatically reposition event target on scroll.
[guacamole.git] / src / main / webapp / styles / client.css
index 7ed9c77..a77806f 100644 (file)
@@ -245,15 +245,16 @@ div#viewportClone {
 /* Keyboard event target */
 
 textarea#eventTarget {
-    position: fixed;
+    position: absolute;
    
     /* Hide offscreen */
     left: 0;
     top: 0;
-    width: 0;
-    height: 0;
-    opacity: 0;
+    width: 10px;
+    height: 10px;
+    opacity: 1;
 
+    z-index: 100;
     overflow: hidden;
 }