fix IME input location
Browse files- index.html +1 -1
index.html
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
}
|
36 |
}
|
37 |
</script>
|
38 |
-
<div style="position:relative;top:
|
39 |
<div>
|
40 |
<input type="text" id="MokuranFreeTextInput" onclick="setActiveValue()" onfocusout="setDeactiveValue()" onkeydown="sendMessage(event)" size="50"
|
41 |
style="
|
|
|
35 |
}
|
36 |
}
|
37 |
</script>
|
38 |
+
<div style="position:relative;top:88%;left:14px;" align="center" vertical-align="middle">
|
39 |
<div>
|
40 |
<input type="text" id="MokuranFreeTextInput" onclick="setActiveValue()" onfocusout="setDeactiveValue()" onkeydown="sendMessage(event)" size="50"
|
41 |
style="
|