diff --git a/webui/static/style.css b/webui/static/style.css index 8185a6ab..e0b26e73 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -2448,7 +2448,7 @@ body { /* Queue Content */ .download-queue { display: none; - max-height: 300px; + max-height: 100%; overflow-y: auto; padding: 8px; }