Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Webkit 滚动条中实现标记,以便我可以直观地指示文本的某些部分在较大文档中的位置。
我用-webkit-*CSS 规则设置了滚动条的样式,但我不确定是否可以超越它并修改track对象的外观。
-webkit-*
track
有谁知道如何解决它?
你在寻找这样的东西吗(只是一个应用风格的例子)
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; }