From fba6d1dc926183352f0a52be616f65d93493d445 Mon Sep 17 00:00:00 2001 From: Will Dean <57733339+wd60622@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:58:21 +0200 Subject: [PATCH] closes #264 (#714) --- docs/source/_static/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index 6b0b23e8..47cf9a8f 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -44,8 +44,8 @@ } footer.bd-footer { - position: sticky; - bottom: 0; + position: static; + bottom: auto; background: var(--pst-color-on-background) !important; }