<textarea style="overflow:hidden"></textarea>
会隐藏多行文本框的滚动条,但文字加多少,滚动条也不会出现.

只有当如下情况,文字内容超过给定高度height:124时,本框的滚动条就会自动出现:
<textarea style="overflow-y:auto;height:124"></textarea>

相关文章:

  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2021-12-04
  • 2022-02-05
相关资源
相似解决方案