开发者

Make texarea size not adjustable in google chrome

开发者 https://www.devze.com 2022-12-21 00:45 出处:网络
By default, the size of textarea inputs in google chrome is adjustable in the开发者_如何学JAVA browser.Is there anyway to make it not adjustable?You can use this css for that:

By default, the size of textarea inputs in google chrome is adjustable in the开发者_如何学JAVA browser. Is there anyway to make it not adjustable?


You can use this css for that:

textarea {
    resize: none;
}

More Information Here. :)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号