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.
Web サイトに素晴らしい dynatree プラグインを統合しました。正常に動作しますが、私の Web サイトのテーマに合うように dynatree のスクロールバー スタイルを変更したいと考えています。
それを行う簡単な方法はありますか?
ファイルを変更ui.dynatree.cssしたり、独自のルールを追加したりできます。たとえば、次のようにコードを変更します。
ui.dynatree.css
ul.dynatree-container { /* ... */ overflow: scroll; /* ... */ }