Browse Source

fixed text area bug in firefox

fixed text area bug in firefox
master
Hedgehog 10 years ago
parent
commit
ec0c7f6688
  1. 3
      css/style.css

3
css/style.css

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

Loading…
Cancel
Save