I want the textarea to be not resizable, but I already tried all the possibilities: putting a class, id, or name in the textarea then setting its CSS to resize: none, but it still won't work. It is still resizable.
textarea { resize: none; } I want the textarea to be not resizable, but I already tried all the possibilities: putting a class, id, or name in the textarea then setting its CSS to resize: none, but it still won't work. It is still resizable.
textarea { resize: none; }