Need overflow: hidden for software-cursor, otherwise the cursor exiting the side...
[guacamole.git] / src / main / webapp / styles / client.css
index 067d73d..c6d1959 100644 (file)
@@ -30,6 +30,7 @@ img {
 
 .software-cursor {
     cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default;
+    overflow: hidden;
 }
 
 * {