mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 09:39:58 -06:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user