I am trying to make the textarea scale according to page size. I.e I am trying to make the textarea fill the space between the second container and the footer.
HTML:
give textarea width as 100%,
<textarea disabled style="width:100%" ></textarea>
see the fiddle