CSS 溢出:隐藏它但保持其中的文本可选
基本上,我需要溢出的行为像“自动”,但隐藏滚动条。
如果我使用“隐藏”,我无法选择超出限制的文本。
Basically, I need the overflow to behave like "auto", but hiding the scrollbar.
If I use "hidden" I cannot select the text beyond the limit.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将类似的内容应用于您想要通过滚动控制的 DIV。
如果你真的想隐藏滚动条,那么用JS或CSS替换为空白图像?
try using something like this applied to the DIV that you want to control with scrolling.
If you really want to hide the scrollbar, then replace it with JS or CSS for a blank image?