#autoResizeTextarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    resize: none;
    overflow: hidden;
}
