Turn off textarea resizing

前端 未结 8 1556
暗喜
暗喜 2021-01-30 03:51

I\'m trying to turn off textarea resizing in my site; right now I\'m using this method:

.textarea {
    clear:left;
    min-width: 267px;
    max-width: 267px;
          


        
8条回答
  •  梦谈多话
    2021-01-30 04:07

    It can done easy by just using html draggable attribute

    
    

    Default value is true.

提交回复
热议问题