From e31abbda27b2b1916af6eb1db653b51e3ceb6269 Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Sat, 23 Aug 2025 13:32:05 -0700 Subject: [PATCH] Update style.css --- webui/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }