From d202499cdde32afd5ea623544e9f81d108e6fdeb Mon Sep 17 00:00:00 2001 From: nessi Date: Thu, 13 Aug 2026 11:47:25 +0200 Subject: [PATCH] feat: adjust sticky positioning for series summaries and season dividers to account for header height Update series summary sticky top position from 0 to 64px and add z-index:30 to prevent overlap with fixed header. Update season divider sticky top position to 110px with z-index:29 to stack below series summaries but above content. --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 92b59c1..ce2a870 100644 --- a/templates/index.html +++ b/templates/index.html @@ -47,7 +47,7 @@ if(downloadBody){fetchDownloads();setInterval(fetchDownloads,4000)}