Textarea to fill a parent container exactly, with padding

后端 未结 4 1293
闹比i
闹比i 2020-12-07 17:33

I want a

CSS:

.container{
  padding: 10px
  border: 1px solid silver
}

.container .text{
  resize: none;
  outline: none;
  width: 100%;
  padding: 10px;
  border: none;
  height: 100%;
  margin: -10px;
}

Tested this working on Google Chrome and Firefox

提交回复
热议问题