fix: some IME position error #155
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
@import './zone/zone.css';
|
@import './zone/zone.css';
|
||||||
|
|
||||||
.ce-inputarea {
|
.ce-inputarea {
|
||||||
width: 0;
|
width: 1px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: -1;
|
||||||
outline: none;
|
outline: none;
|
||||||
resize: none;
|
resize: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user