Specify border-box sizing for the cursor to fix specs

This commit is contained in:
Nathan Sobo 2014-10-15 19:42:56 -06:00
parent 5be21d6743
commit 268fceb073

View File

@ -29,6 +29,7 @@
.cursor {
z-index: 4;
pointer-events: none;
box-sizing: border-box;
}
.cursors.blink-off .cursor {