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,即:
jscrollpane
$(function() { $('.scroll-pane').jScrollPane(); });
我想要的是滚动条始终可见,所以我overflow:scroll;在小提琴中使用。但是,一旦我有了上面的 js 代码,它就会消失。
overflow:scroll;