[ Web 관련 ]/HTML, CSS
textarea 크기 조절 막기
BIZLAB
2018. 9. 13. 00:02
textarea {
resize: none;
}
textarea {
resize: none;
}