Need overflow: hidden for software-cursor, otherwise the cursor exiting the side...
[guacamole.git] / src / main / webapp / styles / client.css
index 4466e37..c6d1959 100644 (file)
@@ -30,6 +30,7 @@ img {
 
 .software-cursor {
     cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default;
+    overflow: hidden;
 }
 
 * {
@@ -217,9 +218,9 @@ div#viewportClone {
 textarea#eventTarget {
     position: fixed;
    
-    /* Zero... zero... zero... zero... zero... */
-    right: 0;
-    bottom: 0;
+    /* Hide offscreen */
+    left: 0;
+    top: 0;
     width: 0;
     height: 0;
     opacity: 0;