From: Michael Jumper Date: Sat, 24 Mar 2012 06:33:08 +0000 (-0700) Subject: Need overflow: hidden for software-cursor, otherwise the cursor exiting the side... X-Git-Url: http://git.alex.org.uk Need overflow: hidden for software-cursor, otherwise the cursor exiting the side of the display actually extends the display, and the mouse pointer can be moved off the display entirely if moved slowly enough. --- diff --git a/src/main/webapp/styles/client.css b/src/main/webapp/styles/client.css index 067d73d..c6d1959 100644 --- a/src/main/webapp/styles/client.css +++ b/src/main/webapp/styles/client.css @@ -30,6 +30,7 @@ img { .software-cursor { cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default; + overflow: hidden; } * {