Cursor should always have height set dynamically within showCursor method so those two CSS propety are not relevant anymore.

This commit is contained in:
Inez Korczynski 2011-11-28 22:01:12 +00:00
parent 6e36c7c439
commit 41a4b432db

View file

@ -23,8 +23,6 @@
position: absolute;
background-color: black;
width: 1px;
height: 1.5em;
min-height: 1.5em;
display: none;
}