From e290c17f36046d502e4c8f12ed3fa293f5b36547 Mon Sep 17 00:00:00 2001 From: nessi Date: Thu, 13 Aug 2026 11:47:57 +0200 Subject: [PATCH] feat: fix gradient background scrolling by making it fixed and ensuring full page height Set background-attachment:fixed on body gradient to prevent it from scrolling with content. Add min-height:100vh to body and min-height:100% to html to ensure gradient covers full viewport. Add min-height:calc(100vh - 64px) to main to maintain full-height layout accounting for header. --- templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index ce2a870..a92844a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -56,7 +56,7 @@ if(downloadBody){fetchDownloads();setInterval(fetchDownloads,4000)}