textarea {
    border: none;
    resize: none;
    overflow: hidden;
}

textarea.scroll {
    overflow-y: scroll;
}