Need overflow: hidden for software-cursor, otherwise the cursor exiting the side...
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Sat, 24 Mar 2012 06:33:08 +0000 (23:33 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Sat, 24 Mar 2012 06:33:08 +0000 (23:33 -0700)
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;
 }
 
 * {