Going back to the old 0-0-0-0-0 method of hiding the text area... as doing otherwise...
[guacamole.git] / src / main / webapp / styles / client.css
index 84cee76..067d73d 100644 (file)
@@ -218,8 +218,10 @@ textarea#eventTarget {
     position: fixed;
    
     /* Hide offscreen */
-    left: 100%;
-    top: 100%;
+    left: 0;
+    top: 0;
+    width: 0;
+    height: 0;
     opacity: 0;
 
     overflow: hidden;