Fix box-model of the cursor

This commit is contained in:
DanyaPostfactum 2012-10-01 17:21:35 +10:00
commit 489afda3ba

View file

@ -143,6 +143,9 @@
.ace_cursor {
z-index: 4;
position: absolute;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.ace_cursor.ace_hidden {