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:
Michael Jumper
2012-03-23 23:33:08 -07:00
parent be0a0a0226
commit 356f7d79b0

View File

@@ -30,6 +30,7 @@ img {
.software-cursor {
cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default;
overflow: hidden;
}
* {