Fixed [1.3.3-1.4.0] "Elastic" textarea

Nevil

Member
When you start typing into message textarea with Elastic class, it creates "invisible" extra textarea in the end of the page, with position: absolute; left: -9999em; visibility: hidden.

However, this hidden textarea is not completely invisible - it has default 1px height and 2px border, and, by some reason, it affects size of html block.
How to reproduce:
On xenforo community forums, remove background property (properties) from <body> (for example, using firebug), and start typing multiline text into any Elastic textarea. You will see 3 px white line after footer.
 
Top Bottom