@@ -559,7 +559,6 @@ onMounted(() => {
}
.textarea {
display: flex;
- resize: none;
align-items: center;
justify-content: center;
height: 88px;
@@ -568,6 +567,7 @@ onMounted(() => {
background: #FFFFFF;
border: 1px solid #E0E0E0;
textarea {
+ resize: none;
border: 0;
height: 70px;
outline: none;