From 81f8d9ced4fe9852752f9da14c9e50e973595a8e Mon Sep 17 00:00:00 2001 From: nessi Date: Thu, 13 Aug 2026 11:49:09 +0200 Subject: [PATCH] feat: consolidate header z-index declarations and ensure sticky positioning hierarchy Remove duplicate header z-index:100 declaration and consolidate all z-index and positioning overrides into single style block. Maintain sticky positioning hierarchy with header at z-index:100, series summaries at z-index:30 (top:64px), and season dividers at z-index:29 (top:110px). --- templates/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/index.html b/templates/index.html index a92844a..95d40f7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -32,6 +32,13 @@ details.series:last-child{margin-bottom:0} +