mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
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.
This commit is contained in:
@@ -30,6 +30,7 @@ img {
|
||||
|
||||
.software-cursor {
|
||||
cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
* {
|
||||
|
Reference in New Issue
Block a user