hide textarea resize. (#3)

This commit is contained in:
Miroslav Šedivý 2022-07-18 22:59:21 +02:00 committed by GitHub
parent c96f029534
commit 2ef599b90e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@
width: 100%;
height: 100%;
font-size: 1px; /* chrome would not paste text if 0px */
resize: none; /* hide textarea resize corner */
outline: 0;
border: 0;
color: transparent;