From 6b70dcfdacd19080978155adbdee0ea0c9abfca2 Mon Sep 17 00:00:00 2001 From: 73616e646572 Date: Tue, 5 Nov 2024 14:35:12 +0100 Subject: [PATCH] Footer adjustments --- public/style.css | 2 +- web/macros.jinja2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index 3c7d5f4..58dc690 100644 --- a/public/style.css +++ b/public/style.css @@ -85,7 +85,7 @@ table thead { color: black; } -table tfoot { +.main-footer { position: sticky; bottom: 0px; } diff --git a/web/macros.jinja2 b/web/macros.jinja2 index ee92885..4e10599 100644 --- a/web/macros.jinja2 +++ b/web/macros.jinja2 @@ -42,8 +42,8 @@