style: update plugin tree overflow property for improved scrolling

- Changed overflow property of the plugin tree from 'overflow-y-scroll' to 'overflow-y-auto' to enhance the scrolling experience
This commit is contained in:
Zack Spear
2025-06-12 14:50:18 -07:00
parent b1df0439ac
commit 1cfb996852

View File

@@ -75,5 +75,5 @@ Tag="download"
<div class="max-w-20 mx-auto">
<p><strong>_(Select local plugin file)_</strong></p>
<div id="plugin_tree" class="textarea h-50 overflow-y-scroll scrollbar-thin"></div>
<div id="plugin_tree" class="textarea h-50 overflow-y-auto"></div>
</div>