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; }