gpt4 book ai didi

jquery - 如何水平滚动文本区域?

转载 作者:太空宇宙 更新时间:2023-11-03 20:00:16 25 4
gpt4 key购买 nike

如何水平滚动文本区域?我用谷歌搜索但找不到好的解决方案。

我尝试了以下 css,但它不起作用。

overflow-x: scroll;

<textarea></textarea>

最佳答案

将以下行添加到您的 CSS:

white-space: nowrap; /* will prevent the default wrapping of text to next line */
overflow-x: auto; /* will make horizontal scroll-bar appear only when needed */

Demo Fiddle

关于jquery - 如何水平滚动文本区域?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19292559/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com