diff options
author | Vitaly Takmazov | 2017-06-22 22:26:22 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-06-22 22:26:33 +0300 |
commit | 2331a659e4ea152c536523404dff4323a59e99d4 (patch) | |
tree | a7d617ccbb394107afc104cde97acc136731ad10 /juick-www/src/main/static/style.css | |
parent | 2f2144b46585967996cc441378ef113d1681087b (diff) |
www: fix textarea focus on mobile Safari by replacing buggy autosizer
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r-- | juick-www/src/main/static/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 672db5c6..6bca014d 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -166,7 +166,6 @@ body > header p { } #newmessage textarea { border: 1px solid #CCC; - height: 14pt; margin: 0 0 5px 0; min-height: 14pt; padding: 4px; |