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.
如何使用或修改 jScrollPane 以始终在具有溢出:滚动的元素上显示滚动条?目前 jScrollPane 会覆盖设置的任何溢出样式,并且仅在内容超过元素高度时呈现,但我希望该行为更类似于 CSS3 溢出定义。
您可能从 jScrollPane 站点知道,这种行为是设计使然(并且在演示中被吹捧)。您是否使用 Chrome 来检查其中一个栏上的元素?这将使您能够识别正在运行的 HTML 元素,以及它们是如何被操纵的。