I would like to set a textarea
to be 100% height. I'm using Bootstrap 3 but couldn't find an option there.
<div class="container">
<textarea class="form-control" rows="8"></textarea>
</div>
How to do it?
html, body, .container {
height: 100%;
}
textarea.form-control {
height: 100%;
}
See demo on Fiddle
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With