From ec0c7f6688fd32a7022386d09539f9bd9aac891f Mon Sep 17 00:00:00 2001 From: Hedgehog Date: Wed, 12 Mar 2014 16:33:58 +0400 Subject: [PATCH] fixed text area bug in firefox fixed text area bug in firefox --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index b75fcb2..ce0985d 100644 --- a/css/style.css +++ b/css/style.css @@ -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;