是否有 webkit-overflow-scrolling: touch "handle" 的外观 CSS 规则?在 iOS 5 中?

发布于 2024-12-10 06:47:43 字数 155 浏览 0 评论 0 原文

我有一个元素恰好同时具有 -webkit-overflow-scrolling: touch 和 background-color: black,因此显示滚动位置的“手柄”很难看到。是否有 -webkit CSS 样式规则可以改变该“手柄”的外观(特别是颜色),或者我是否坚持使用接近黑色的颜色?

I have an element that happens to have both -webkit-overflow-scrolling: touch and background-color: black so the "handle" that shows scroll position is very difficult to see. Are there -webkit CSS style rules that can alter the appearance (specifically the color) of that "handle" or am I stuck with the near-black coloring?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故事未完 2024-12-17 06:47:43

您可以使用普通的滚动条样式,例如:::-webkit-scrollbar::-webkit-scrollbar-track::-webkit-scrollbar-拇指 改变滚动的div。

但是,如果 -webkit-overflow-scrolling 设置为“touch”,黑色默认滚动条将与您的自定义滚动条一起显示。

但是,如果 -webkit-overflow-scrolling 设置为“auto”,则仅显示您的自定义滚动条。这不是最深刻的答案,但我认为这是一个开始。

You can use the normal scrollbar styles, ex: ::-webkit-scrollbar, ::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb to alter the div that scrolls.

However, if the -webkit-overflow-scrolling is set to 'touch', the black default scrollbar will show up as well as your custom scrollbar.

But, if -webkit-overflow-scrolling is set to 'auto', it only your custom scrollbar shows. Not the most profound answer, but it's a start I think.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文