From: Plom Heller Date: Fri, 20 Mar 2026 08:05:56 +0000 (+0100) Subject: Fix HTML/CSS header stickiness. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/booking/%7B%7Bdb.prefix%7D%7D/process_titles?a=commitdiff_plain;p=ytplom Fix HTML/CSS header stickiness. --- 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 %}