Hello I have a text area with width and height set "100%"
this text area is hosted inside a div with a padding of 5px.
the annoing thing is that the textarea is as large as the div and does not respect the padding.
is there any possible solution?
I want the text area to accupy all the space inside a div but it should respect the padding area.