mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
hide textarea resize. (#3)
This commit is contained in:
parent
c96f029534
commit
2ef599b90e
@ -30,6 +30,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: 1px; /* chrome would not paste text if 0px */
|
font-size: 1px; /* chrome would not paste text if 0px */
|
||||||
|
resize: none; /* hide textarea resize corner */
|
||||||
outline: 0;
|
outline: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
Loading…
Reference in New Issue
Block a user