From 356f7d79b0c80d82e50f10e45bfbd0161f15462e Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 23 Mar 2012 23:33:08 -0700 Subject: [PATCH] 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. --- guacamole/src/main/webapp/styles/client.css | 1 + 1 file changed, 1 insertion(+) diff --git a/guacamole/src/main/webapp/styles/client.css b/guacamole/src/main/webapp/styles/client.css index 067d73d68..c6d195945 100644 --- a/guacamole/src/main/webapp/styles/client.css +++ b/guacamole/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; } * {