From 8327ed567dd3f253f47c8e6791d6f04f3863c1c7 Mon Sep 17 00:00:00 2001 From: nessi Date: Thu, 13 Aug 2026 11:43:15 +0200 Subject: [PATCH] feat: fix series sticky headers by setting overflow visible on parent containers Set overflow:visible on #seriesList and .series elements to prevent sticky positioning from being clipped. This ensures series summaries remain visible at the top when scrolling through long episode lists. --- templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/index.html b/templates/index.html index 60fff8d..c73065b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -47,6 +47,7 @@ if(downloadBody){fetchDownloads();setInterval(fetchDownloads,4000)}