textarea {
100%;
border: none;
outline: none;
resize: none;
overflow: hidden;
padding-bottom: 100%;
background-color: inherit;
}
<textarea readonly="readonly"></textarea>
textarea {
100%;
border: none;
outline: none;
resize: none;
overflow: hidden;
padding-bottom: 100%;
background-color: inherit;
}
<textarea readonly="readonly"></textarea>