Hacker News new | ask | show | jobs
by jlft 5072 days ago
Add this:

form { height: 100%; } td {height: 100%; }

1 comments

The best solution so far!

http://raw.gibney.org/height_test_standards_1

Only problem: The textare is slighty misaligned.

you just need to add this to textarea

-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;