textarea {
  display: block;
  font-family: unset;
  box-sizing: content-box;
  white-space: pre-wrap;
  overflow: hidden;
  resize: none;
  line-height: normal;
  border: 1px solid lightgrey !important;
  height: 1.5em;
}

textarea:focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}