do not overlay editor text when ime is active

fixes #1112
This commit is contained in:
nightwing 2013-03-28 21:06:48 +04:00
commit b0a43790b4
4 changed files with 65 additions and 20 deletions

View file

@ -101,6 +101,8 @@
outline: none;
overflow: hidden;
font: inherit;
padding: 0 1px;
margin: 0 -1px;
}
.ace_text-input.ace_composition {
@ -108,9 +110,6 @@
color: #111;
z-index: 1000;
opacity: 1;
border: solid lightgray 1px;
margin: -1px;
padding: 0 1px;
}
.ace_layer {