Fix box-model of the cursor
This commit is contained in:
parent
6576190b53
commit
489afda3ba
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue