fix textarea positioning on ie
This commit is contained in:
parent
402f251c23
commit
2bdd35a004
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ var TextInput = function(parentNode, host) {
|
|||
text.autocapitalize = "off";
|
||||
text.spellcheck = false;
|
||||
|
||||
text.style.bottom = "-2em";
|
||||
text.style.bottom = "2000em";
|
||||
parentNode.insertBefore(text, parentNode.firstChild);
|
||||
|
||||
var PLACEHOLDER = "\x01\x01";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue