fixed text area bug in firefox

fixed text area bug in firefox
This commit is contained in:
Hedgehog 2014-03-12 16:33:58 +04:00
parent 48907669ee
commit ec0c7f6688

View File

@ -1928,6 +1928,9 @@ input.userMenu-search-field:focus::-ms-input-placeholder {
} }
/* Autocomplite*/ /* Autocomplite*/
.textcomplete-wrapper textarea {
display: inline;
}
ul.dropdown-menu { ul.dropdown-menu {
position: absolute; position: absolute;
top: 23px; top: 23px;