Going back to the old 0-0-0-0-0 method of hiding the text area... as doing otherwise...
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Thu, 22 Mar 2012 02:19:04 +0000 (19:19 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Thu, 22 Mar 2012 02:19:04 +0000 (19:19 -0700)
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;