LoginSignup
2
1

More than 1 year has passed since last update.

textareaの右下の伸縮ボタンを1行で消す

Last updated at Posted at 2020-02-18

目的

textareaのこのチョンチョンを消すcssを毎回忘れるのでメモをソッと残しておきます

スクリーンショット 2020-02-18 19.43.56.png

解決法

textarea {
  resize: none;
}

結果

スクリーンショット 2020-02-18 19.46.21.png
無事に消えましたっ

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1