From c90ab96b44d7dff61fd1a987bf99c85ca5dcd907 Mon Sep 17 00:00:00 2001 From: Plom Heller Date: Fri, 20 Mar 2026 09:05:56 +0100 Subject: [PATCH] Fix HTML/CSS header stickiness. --- src/templates/_base.tmpl | 1 + src/templates/playlist.html | 1 + 2 files changed, 2 insertions(+) diff --git a/src/templates/_base.tmpl b/src/templates/_base.tmpl index c9289dc..9c56f0e 100644 --- a/src/templates/_base.tmpl +++ b/src/templates/_base.tmpl @@ -30,6 +30,7 @@ td, th { #header { position: sticky; top: 0; + background-color: {{ background_color }}; } {% block css %} {% endblock %} diff --git a/src/templates/playlist.html b/src/templates/playlist.html index 60225bc..51a45f3 100644 --- a/src/templates/playlist.html +++ b/src/templates/playlist.html @@ -20,6 +20,7 @@ tr.playing td, tr.playing a {
+
{% endblock %} -- 2.30.2