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.
我有一个设置为滚动的元素和它上面的一些图层。滚动条显示了可滚动元素前面的所有元素。
它看起来像这样:
这是在使用 Chrome 21.0.1180.89 的 Mac OSX Mountain Lion 上。有什么我可以做的,或者这是 Mac 滚动的“功能”吗?
在没有看到您的代码的情况下,我的第一反应是设置
overflow: hidden;
在你的容器上。