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.
我在我的网站上集成了不错的 dynatree 插件。它工作正常,但现在我想以适合我网站主题的方式更改 dynatree 的滚动条样式。
有没有简单的方法可以做到这一点?
您可以更改ui.dynatree.css文件或添加自己的规则。例如更改代码如下:
ui.dynatree.css
ul.dynatree-container { /* ... */ overflow: scroll; /* ... */ }